From 8a42a7b72d470b54e5d8b7615a672de913831634 Mon Sep 17 00:00:00 2001 From: Nicolas Joseph Date: Sun, 29 Mar 2009 21:39:19 +0200 Subject: [PATCH] glib-2.0: Add g_get_charset binding Fixes bug 576205. --- vapi/glib-2.0.vapi | 1 + 1 file changed, 1 insertion(+) 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")] -- 2.47.2