]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix binding of g_variant_type_n_items()
authorJCWasmx86 <JCWasmx86@t-online.de>
Sun, 5 Jun 2022 15:30:29 +0000 (17:30 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 21 May 2023 10:24:13 +0000 (12:24 +0200)
vapi/glib-2.0.vapi

index 165d6cdfa483c2375c607537f98d0da3d1fe2c3b..abe4952ccf935a89fead41a33669bd4653997248 100644 (file)
@@ -6488,7 +6488,7 @@ namespace GLib {
                public unowned VariantType element ();
                public unowned VariantType first ();
                public unowned VariantType next ();
-               public unowned VariantType n_items ();
+               public size_t n_items ();
                public unowned VariantType key ();
                public unowned VariantType value ();