From 7ac82e5d1b90cc32bce0e24041e3568504b5dcf5 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 26 May 2019 13:54:01 +0200 Subject: [PATCH] Clean up some comments --- rust-bindings/rust/conf/ostree.toml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/rust-bindings/rust/conf/ostree.toml b/rust-bindings/rust/conf/ostree.toml index 25d5085c..398cb0f3 100644 --- a/rust-bindings/rust/conf/ostree.toml +++ b/rust-bindings/rust/conf/ostree.toml @@ -78,7 +78,7 @@ status = "generate" ignore = true [[object.function]] - # we get this for free, I think? + # clone() should already be this name = "dup" ignore = true @@ -86,23 +86,20 @@ status = "generate" name = "OSTree.Repo" status = "generate" [[object.function]] - # crashes while generating, not sure what's wrong with this; might be a gir issue - name = "write_metadata_async" - ignore = true - - [[object.function]] - # these async functions generate bad code for different reasons - pattern = "write_content_async|pull_from_remotes_async|find_remotes_async" + # these all don't generate properly + pattern = "write_metadata_async|write_content_async|pull_from_remotes_async|find_remotes_async" ignore = true [[object]] name = "OSTree.RepoFinderResult" status = "generate" [[object.function]] + # array helper function name = "freev" ignore = true [[object.function]] + # clone() should already be this name = "dup" ignore = true