diff options
author | Colin Walters <walters@verbum.org> | 2023-03-17 11:54:14 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2023-03-17 11:54:14 -0400 |
commit | 17b6f4cdc2f6de6c3f32750764ffec0ce8734e25 (patch) | |
tree | 07a8da766fed94dd43b2273ac9e9ee84c96c663c /rust-bindings/src/auto/functions.rs | |
parent | 00c41eacd26a39fa64ce24827f1989fed13090b8 (diff) | |
download | ostree-17b6f4cdc2f6de6c3f32750764ffec0ce8734e25.tar.gz |
rust-bindings: Regenerate
This picks up more of tintou's recent changes.
Diffstat (limited to 'rust-bindings/src/auto/functions.rs')
-rw-r--r-- | rust-bindings/src/auto/functions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-bindings/src/auto/functions.rs b/rust-bindings/src/auto/functions.rs index 9f895217..56c40835 100644 --- a/rust-bindings/src/auto/functions.rs +++ b/rust-bindings/src/auto/functions.rs @@ -82,7 +82,7 @@ pub fn commit_get_object_sizes(commit_variant: &glib::Variant) -> Result<Vec<Com } #[doc(alias = "ostree_commit_get_parent")] -pub fn commit_get_parent(commit_variant: &glib::Variant) -> glib::GString { +pub fn commit_get_parent(commit_variant: &glib::Variant) -> Option<glib::GString> { unsafe { from_glib_full(ffi::ostree_commit_get_parent(commit_variant.to_glib_none().0)) } |