Add explanatory comments to ostree-sys.toml
This commit is contained in:
parent
7871c600e0
commit
8afba7f5ab
|
|
@ -9,6 +9,7 @@ external_libraries = [
|
||||||
"Gio",
|
"Gio",
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
# private API (not in installed headers)
|
||||||
"OSTree.BootloaderInterface",
|
"OSTree.BootloaderInterface",
|
||||||
"OSTree.ChecksumInputStream",
|
"OSTree.ChecksumInputStream",
|
||||||
"OSTree.ChecksumInputStreamClass",
|
"OSTree.ChecksumInputStreamClass",
|
||||||
|
|
@ -19,6 +20,8 @@ ignore = [
|
||||||
"OSTree.LzmaDecompressorClass",
|
"OSTree.LzmaDecompressorClass",
|
||||||
"OSTree.RepoFileEnumeratorClass",
|
"OSTree.RepoFileEnumeratorClass",
|
||||||
"OSTree.RollsumMatches",
|
"OSTree.RollsumMatches",
|
||||||
|
|
||||||
|
# version-dependent constants
|
||||||
"OSTree.RELEASE_VERSION",
|
"OSTree.RELEASE_VERSION",
|
||||||
"OSTree.VERSION",
|
"OSTree.VERSION",
|
||||||
"OSTree.VERSION_S",
|
"OSTree.VERSION_S",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue