[vala/0.36] glib-2.0: Add array length to string.skip
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.36] glib-2.0: Add array length to string.skip
- Date: Thu, 6 Dec 2018 15:02:05 +0000 (UTC)
commit 2d381388a7d1776c65d724051a25e2dfd6b55d65
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 73fff0613..eaf883219 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1302,7 +1302,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]