[vala/0.48] gio-2.0: Fix TlsPassword.get_value() binding
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] gio-2.0: Fix TlsPassword.get_value() binding
- Date: Sun, 4 Apr 2021 13:44:04 +0000 (UTC)
commit 0004b39f5042a11d2ea204a046a682d4b18d13a8
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 f9bdad9ca..0c60a0a0c 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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);
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index 2da6f7838..26eec0e38 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]