From ce8624f64b955fac493e3a830da5e568ee5793a8 Mon Sep 17 00:00:00 2001 From: Juerg Billeter Date: Sat, 10 May 2008 22:13:37 +0000 Subject: [PATCH] fix g_io_channel_set_encoding binding, fixes bug 530926 2008-05-11 Juerg Billeter * vapi/glib-2.0.vapi: fix g_io_channel_set_encoding binding, fixes bug 530926 svn path=/trunk/; revision=1358 --- ChangeLog | 5 +++++ vapi/glib-2.0.vapi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d70736e..e68c4bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-11 Jürg Billeter + + * vapi/glib-2.0.vapi: fix g_io_channel_set_encoding binding, + fixes bug 530926 + 2008-05-10 Jürg Billeter * vala/valainterfacewriter.vala: support base types for structs diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 3cc4e83..6403c61 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1369,7 +1369,7 @@ namespace GLib { public bool get_buffered (); public void set_buffered (bool buffered); public weak string get_encoding (); - public IOStatus set_encoding (string encoding) throws IOChannelError; + public IOStatus set_encoding (string? encoding) throws IOChannelError; public bool get_close_on_unref (); public void set_close_on_unref (bool do_close); } -- 2.7.4