2008-05-11 Juerg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi: fix g_io_channel_set_encoding binding,
fixes bug 530926
svn path=/trunk/; revision=1358
+2008-05-11 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vapi: fix g_io_channel_set_encoding binding,
+ fixes bug 530926
+
2008-05-10 Jürg Billeter <j@bitron.ch>
* vala/valainterfacewriter.vala: support base types for structs
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);
}