diff --git a/rust-bindings/rust/gir-files/OSTree-1.0.gir b/rust-bindings/rust/gir-files/OSTree-1.0.gir
index e457d524..2a84249f 100644
--- a/rust-bindings/rust/gir-files/OSTree-1.0.gir
+++ b/rust-bindings/rust/gir-files/OSTree-1.0.gir
@@ -13925,7 +13925,10 @@ the secret key with #ostree_sign_set_sk.
line="273">the raw data to be signed with pre-loaded secret key
-
+ in case of success will contain signature
@@ -14364,7 +14367,10 @@ the secret key with #ostree_sign_set_sk.
line="273">the raw data to be signed with pre-loaded secret key
-
+ in case of success will contain signature
@@ -15013,7 +15019,10 @@ Based on ostree_repo_add_gpg_signature_summary implementation.
line="273">the raw data to be signed with pre-loaded secret key
-
+ in case of success will contain signature
diff --git a/rust-bindings/rust/src/auto/sign.rs b/rust-bindings/rust/src/auto/sign.rs
index 3583a61f..2f715720 100644
--- a/rust-bindings/rust/src/auto/sign.rs
+++ b/rust-bindings/rust/src/auto/sign.rs
@@ -59,7 +59,7 @@ pub trait SignExt: 'static {
fn commit_verify>(&self, repo: &Repo, commit_checksum: &str, cancellable: Option<&P>) -> Result