From eba49a4f7fb5b8c85a84e28a31ff0b3ba7bc82ea Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 26 Sep 2011 12:42:23 -0400 Subject: [PATCH] g_simple_async_result_complete_in_idle: add a minor doc clarification --- gio/gsimpleasyncresult.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c index 4fd5da751..ddffef109 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 thread-default main - * loop of the thread that @simple was initially created in. + * loop 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.