From 0c45c2ec822a03028f921c8e2c9d7138ffb8da67 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 29 Sep 2018 16:23:10 +0200 Subject: [PATCH] Start describing libostree --- rust-bindings/rust/conf/libostree.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rust-bindings/rust/conf/libostree.toml diff --git a/rust-bindings/rust/conf/libostree.toml b/rust-bindings/rust/conf/libostree.toml new file mode 100644 index 00000000..55daae37 --- /dev/null +++ b/rust-bindings/rust/conf/libostree.toml @@ -0,0 +1,22 @@ +[options] +work_mode = "normal" +library = "OSTree" +version = "1.0" +target_path = "../libostree" +generate_safety_asserts = true +deprecate_by_min_version = true +single_version_file = true + +girs_dir = "../gir-files" + +generate = [ + "OSTree.RepoMode", + "OSTree.ObjectType", +] + +[[object]] +name = "OSTree.Repo" +status = "generate" + [[object.function]] + pattern = ".+_async" + ignore = true