From: Nicolas Joseph Date: Sun, 29 Mar 2009 19:39:19 +0000 (+0200) Subject: glib-2.0: Add g_get_charset binding X-Git-Tag: 0.6.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a42a7b72d470b54e5d8b7615a672de913831634;p=thirdparty%2Fvala.git glib-2.0: Add g_get_charset binding Fixes bug 576205. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index a59e6b642..3392c6ce1 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1641,6 +1641,7 @@ namespace GLib { /* Character Set Conversions */ public static string convert (string str, long len, string to_codeset, string from_codeset, out int bytes_read = null, out int bytes_written = null) throws ConvertError; + public static bool get_charset (out weak string charset); public struct IConv { [CCode (cname = "g_iconv_open")]