glib r6039 - trunk/gio



Author: alexl
Date: 2007-12-04 08:57:04 +0000 (Tue, 04 Dec 2007)
New Revision: 6039
ViewCVS link: http://svn.gnome.org/viewcvs/glib?rev=6039&view=rev

Modified:
   trunk/gio/ChangeLog
   trunk/gio/gbufferedinputstream.c
   trunk/gio/gfileinputstream.c
   trunk/gio/gfileoutputstream.c
   trunk/gio/ginputstream.c
   trunk/gio/ginputstream.h
   trunk/gio/goutputstream.c
   trunk/gio/goutputstream.h
   trunk/gio/gsimpleasyncresult.c
   trunk/gio/gsimpleasyncresult.h
Log:
2007-11-30  Dan Winship  <danw gnome org>

	* ginputstream.c (g_input_stream_set_pending): Make this take a
	GError and return a gboolean, and do the "outstanding operation"
	check (and the "stream is already closed" check) itself.
	(g_input_stream_clear_pending): Formerly set_pending(FALSE).

	* goutputstream.c (g_output_stream_set_pending)
	(g_output_stream_clear_pending): Likewise

	* gbufferedinputstream.c: 
	* gfileinputstream.c: 
	* gfileoutputstream.c: Update for that

	* gsimpleasyncresult.c (g_simple_async_report_gerror_in_idle):
	Like g_simple_async_report_error_in_idle, but takes a GError
	rather than building one.






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