From 8afba7f5ab8a9d9dc87979f98c4d494835d13d6a Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 18 May 2019 00:43:38 +0200 Subject: [PATCH] Add explanatory comments to ostree-sys.toml --- rust-bindings/rust/conf/ostree-sys.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-bindings/rust/conf/ostree-sys.toml b/rust-bindings/rust/conf/ostree-sys.toml index 38177cf0..878f0282 100644 --- a/rust-bindings/rust/conf/ostree-sys.toml +++ b/rust-bindings/rust/conf/ostree-sys.toml @@ -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",