[vala] glib-2.0: Add g_get_charset binding



commit 8a42a7b72d470b54e5d8b7615a672de913831634
Author: Nicolas Joseph <gege2061 redaction-developpez com>
Date:   Sun Mar 29 21:39:19 2009 +0200

    glib-2.0: Add g_get_charset binding
    
    Fixes bug 576205.
---
 vapi/glib-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a59e6b6..3392c6c 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")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]