g_simple_async_result_complete_in_idle: add a minor doc clarification
authorDan Winship <danw@gnome.org>
Mon, 26 Sep 2011 16:42:23 +0000 (12:42 -0400)
committerDan Winship <danw@gnome.org>
Mon, 26 Sep 2011 16:43:08 +0000 (12:43 -0400)
gio/gsimpleasyncresult.c

index 4fd5da7..ddffef1 100644 (file)
@@ -769,7 +769,8 @@ complete_in_idle_cb (gpointer data)
  *
  * Completes an asynchronous function in an idle handler in the <link
  * linkend="g-main-context-push-thread-default">thread-default main
- * loop</link> of the thread that @simple was initially created in.
+ * loop</link> of the thread that @simple was initially created in
+ * (and re-pushes that context around the invocation of the callback).
  *
  * Calling this function takes a reference to @simple for as long as
  * is needed to complete the call.