[vala/0.38] glib-2.0: Fix IConv.iconv()
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.38] glib-2.0: Fix IConv.iconv()
- Date: Mon, 21 May 2018 16:26:03 +0000 (UTC)
commit 4c1fec7b8b139ebae6609ac6b2a8acfed5bef335
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun May 20 19:09:21 2018 +0200
glib-2.0: Fix IConv.iconv()
https://bugzilla.gnome.org/show_bug.cgi?id=634753
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 79b1b37..ac89014 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2588,7 +2588,7 @@ namespace GLib {
public struct IConv {
public static IConv open (string to_codeset, string from_codeset);
[CCode (cname = "g_iconv")]
- public uint iconv (out string inbuf, out uint inbytes_left, out string outbuf, out uint
outbytes_left);
+ public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t
inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
public int close ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]