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.