mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
g_simple_async_result_complete_in_idle: add a minor doc clarification
This commit is contained in:
parent
6bd959b727
commit
eba49a4f7f
@ -769,7 +769,8 @@ complete_in_idle_cb (gpointer data)
|
|||||||
*
|
*
|
||||||
* Completes an asynchronous function in an idle handler in the <link
|
* Completes an asynchronous function in an idle handler in the <link
|
||||||
* linkend="g-main-context-push-thread-default">thread-default main
|
* 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
|
* Calling this function takes a reference to @simple for as long as
|
||||||
* is needed to complete the call.
|
* is needed to complete the call.
|
||||||
|
Loading…
Reference in New Issue
Block a user