[glib/glib-2-30] g_simple_async_result_complete_in_idle: add a minor doc clarification



commit 9a7f4baf94c41a571afce615d1221f5ccf1efe27
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 26 12:42:23 2011 -0400

    g_simple_async_result_complete_in_idle: add a minor doc clarification

 gio/gsimpleasyncresult.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c
index 4fd5da7..ddffef1 100644
--- a/gio/gsimpleasyncresult.c
+++ b/gio/gsimpleasyncresult.c
@@ -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.



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