glib r6303 - trunk/gio
- From: alexl svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6303 - trunk/gio
- Date: Mon, 14 Jan 2008 14:12:49 +0000 (GMT)
Author: alexl
Date: Mon Jan 14 14:12:48 2008
New Revision: 6303
URL: http://svn.gnome.org/viewvc/glib?rev=6303&view=rev
Log:
2008-01-14 Alexander Larsson <alexl redhat com>
* gasyncresult.c:
Clean up docs and example for GAsyncResult (#508074)
Modified:
trunk/gio/ChangeLog
trunk/gio/gasyncresult.c
Modified: trunk/gio/gasyncresult.c
==============================================================================
--- trunk/gio/gasyncresult.c (original)
+++ trunk/gio/gasyncresult.c Mon Jan 14 14:12:48 2008
@@ -83,7 +83,6 @@
*
* /<!-- -->* ... *<!-- -->/
*
- * g_free (res);
* }
*
* int main (int argc, void *argv[])
@@ -103,8 +102,8 @@
* always called, even in the case of a cancelled operation. On cancellation
* the result is a %G_IO_ERROR_CANCELLED error.
*
- * Some ascynchronous operations are implemented using synchronous call. These
- * are run in a separate #GThread has been initialized, but otherwise they
+ * Some ascynchronous operations are implemented using synchronous calls. These
+ * are run in a separate thread, if #GThread has been initialized, but otherwise they
* are sent to the Main Event Loop and processed in an idle function. So, if you
* truly need asynchronous operations, make sure to initialize #GThread.
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]