diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-03-18 20:15:31 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-03-18 20:15:31 +0100 |
commit | 8674d5c5b2d0fb7ed318d6d35e1857233f9151bd (patch) | |
tree | 113f9fc6c6f54c973ed77ec456eb1312d56ec19c /vapi/glib-2.0.vapi | |
parent | 752dd3626c58dc77dfd0d89e89a843615f825636 (diff) | |
download | vala-8674d5c5b2d0fb7ed318d6d35e1857233f9151bd.tar.gz |
glib: get_filename_charsets "returns" unowned string[]
Diffstat (limited to 'vapi/glib-2.0.vapi')
-rw-r--r-- | 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 aa4690965..b74b13934 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2266,7 +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); + public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets); [SimpleType] public struct IConv { |