]> 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:21 +0000 (15:43 +0200)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index e6efd78d3fc6dca9ebebdec119fad7ee3841ca53..d735dd1eff724eaa10f84cca9c99fff16735b710 100644 (file)
@@ -3115,7 +3115,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 9d181fa3a0ff0519f3f14dcda0bc1a32094b583d..51ba4482198317f6620448d2586a25b4d52f3f84 100644 (file)
@@ -249,7 +249,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