summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-03-31 15:03:57 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-03-31 15:03:57 +0200
commit04ad1fdeda8c3f9f7487d650b885819b436ea2bc (patch)
tree5e6532f0c8f54b93b09314b9a59f3914cfc1c3b2
parenta9b4cc67ddd46365d6890d373d6fbcac64f83ba5 (diff)
downloadvala-04ad1fdeda8c3f9f7487d650b885819b436ea2bc.tar.gz
gio-2.0: Fix TlsPassword.get_value() binding
-rw-r--r--vapi/gio-2.0.vapi2
-rw-r--r--vapi/metadata/Gio-2.0.metadata1
2 files changed, 1 insertions, 2 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 3901041e0..35d197d4b 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -3135,7 +3135,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);
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index 9d181fa3a..51ba44821 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -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