diff --git a/rust-bindings/rust/conf/libostree-sys.toml b/rust-bindings/rust/conf/libostree-sys.toml index 2cc61d7b..23d352ca 100644 --- a/rust-bindings/rust/conf/libostree-sys.toml +++ b/rust-bindings/rust/conf/libostree-sys.toml @@ -8,5 +8,17 @@ external_libraries = [ "GObject", "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"