summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-03-18 19:57:35 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-03-18 20:00:33 +0100
commit752dd3626c58dc77dfd0d89e89a843615f825636 (patch)
tree74cd0b42256ce5508d3c22c1250ea293cc9c5076 /vapi
parent476247f68c6c2fba4043759e9caebc917e49d951 (diff)
downloadvala-752dd3626c58dc77dfd0d89e89a843615f825636.tar.gz
tests: Replace test for bug 743877 using g_get_filename_charsets()
Preserve compatibility with glib >= 2.24
Diffstat (limited to 'vapi')
-rw-r--r--vapi/glib-2.0.vapi1
1 files changed, 1 insertions, 0 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index d0c55d78e..aa4690965 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2266,6 +2266,7 @@ namespace GLib {
public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
public static bool get_charset (out unowned string charset);
+ public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out string[] charsets);
[SimpleType]
public struct IConv {