Add explanatory comments to ostree-sys.toml

This commit is contained in:
Felix Krull
2019-05-18 00:43:38 +02:00
committed by Colin Walters
parent 7871c600e0
commit 8afba7f5ab

View File

@ -9,6 +9,7 @@ external_libraries = [
"Gio",
]
ignore = [
# private API (not in installed headers)
"OSTree.BootloaderInterface",
"OSTree.ChecksumInputStream",
"OSTree.ChecksumInputStreamClass",
@ -19,6 +20,8 @@ ignore = [
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
# version-dependent constants
"OSTree.RELEASE_VERSION",
"OSTree.VERSION",
"OSTree.VERSION_S",