mirror of
https://github.com/ostreedev/ostree.git
synced 2025-08-29 01:49:24 +03:00
Add explanatory comments to ostree-sys.toml
This commit is contained in:
committed by
Colin Walters
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",
|
||||
|
Reference in New Issue
Block a user