]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Fix TlsPassword.get_value() binding
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 31 Mar 2021 13:03:57 +0000 (15:03 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Apr 2021 13:43:01 +0000 (15:43 +0200)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index f9bdad9caf72ff56f076bfcb0258a0267b59b5af..0c60a0a0c5e590f8bb7ffa0b479bd577498cf214 100644 (file)
@@ -3112,7 +3112,7 @@ namespace GLib {
                public virtual unowned string get_default_warning ();
                public unowned string get_description ();
                public GLib.TlsPasswordFlags get_flags ();
-               [CCode (array_length_pos = 0.1)]
+               [CCode (array_length_pos = 0.1, array_length_type = "gsize")]
                public virtual unowned uint8[] get_value ();
                public unowned string get_warning ();
                public void set_description (string description);
index 2da6f7838ba565f84d902eac609642ce077761da..26eec0e38e447e8e9e624e45e64373c994e57589 100644 (file)
@@ -246,7 +246,6 @@ Task
   .report_new_error skip
   .return_new_error skip=false printf_format
 TlsPassword
-  .get_value array array_length_idx=0
   .set_value#virtual_method.value owned
   .set_value#virtual_method.destroy default=GLib.free
 Vfs