[vala/0.26] glib2.0: Fix string.tokenize_and_fold binding
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.26] glib2.0: Fix string.tokenize_and_fold binding
- Date: Mon, 17 Nov 2014 08:30:13 +0000 (UTC)
commit ab0a982e78acd7ad36c1d7d68a2e0d8b394f871e
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Nov 17 08:35:20 2014 +0100
glib2.0: Fix string.tokenize_and_fold binding
(cherry picked from commit 3a6f100f74c4ab538febe78358f145d6bdf9176e)
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 eb5ce06..f91af2b 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1152,7 +1152,7 @@ public class string {
[CCode (cname = "g_ascii_strtoull")]
public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
- public string[] tokenize_and_fold (string transit_locale, out string[] alternates);
+ public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false,
array_null_terminated = true)] out string[] ascii_alternates);
[Deprecated (replacement = "bool.parse")]
public bool to_bool () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]