[vala/staging] gio-2.0: Fix TlsPassword.get_value() binding
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] gio-2.0: Fix TlsPassword.get_value() binding
- Date: Wed, 31 Mar 2021 13:04:45 +0000 (UTC)
commit 04ad1fdeda8c3f9f7487d650b885819b436ea2bc
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Mar 31 15:03:57 2021 +0200
gio-2.0: Fix TlsPassword.get_value() binding
vapi/gio-2.0.vapi | 2 +-
vapi/metadata/Gio-2.0.metadata | 1 -
2 files changed, 1 insertion(+), 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]