vala r1358 - in trunk: . vapi



Author: juergbi
Date: Sat May 10 22:13:37 2008
New Revision: 1358
URL: http://svn.gnome.org/viewvc/vala?rev=1358&view=rev

Log:
2008-05-11  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix g_io_channel_set_encoding binding,
	fixes bug 530926


Modified:
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Sat May 10 22:13:37 2008
@@ -1369,7 +1369,7 @@
 		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);
 	}



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