[vala/staging: 2/2] glib-2.0: Add array length to string.skip
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 2/2] glib-2.0: Add array length to string.skip
- Date: Tue, 6 Nov 2018 14:24:14 +0000 (UTC)
commit 2d276924797606ac953dbb75cf9eaf6d3363893d
Author: Alistair Thomas <astavale yahoo co uk>
Date: Tue Nov 6 10:51:39 2018 +0000
glib-2.0: Add array length to string.skip
Fixes https://gitlab.gnome.org/GNOME/vala/issues/695
vapi/glib-2.0.vapi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a6306ea2f..42e1d2983 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1372,7 +1372,7 @@ public class string {
public string ascii_down (ssize_t len = -1);
[CCode (cname = "g_utf8_skip")]
- public static char[] skip;
+ public static char skip[256];
/* modifies string in place */
[CCode (cname = "g_strcanon")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]