Add explanatory comments to ostree-sys.toml
This commit is contained in:
parent
7871c600e0
commit
8afba7f5ab
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue