mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Ignore internal structs in libostree-sys
This commit is contained in:
parent
42423b96e5
commit
38a886ffc6
@ -8,5 +8,17 @@ external_libraries = [
|
|||||||
"GObject",
|
"GObject",
|
||||||
"Gio",
|
"Gio",
|
||||||
]
|
]
|
||||||
|
ignore = [
|
||||||
|
"OSTree.BootloaderInterface",
|
||||||
|
"OSTree.ChecksumInputStream",
|
||||||
|
"OSTree.ChecksumInputStreamClass",
|
||||||
|
"OSTree.CmdPrivateVTable",
|
||||||
|
"OSTree.LibarchiveInputStream",
|
||||||
|
"OSTree.LibarchiveInputStreamClass",
|
||||||
|
"OSTree.LzmaCompressorClass",
|
||||||
|
"OSTree.LzmaDecompressorClass",
|
||||||
|
"OSTree.RepoFileEnumeratorClass",
|
||||||
|
"OSTree.RollsumMatches",
|
||||||
|
]
|
||||||
|
|
||||||
girs_dir = "../gir-files"
|
girs_dir = "../gir-files"
|
||||||
|
Loading…
Reference in New Issue
Block a user