]> 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>
Sat, 29 Apr 2023 18:58:18 +0000 (20:58 +0200)
vapi/glib-2.0.vapi

index 58cc3b7ae1af7b43d422ea003dbbbb32bd74dbdf..3bbbf5774562788a5e54425c09529048d4e2c7f5 100644 (file)
@@ -6478,7 +6478,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 ();