mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01:00
Merge branch 'gtaskfix' into 'master'
DOC: Documentation fix in GTask description See merge request GNOME/glib!234
This commit is contained in:
commit
3693bc52ad
@ -52,7 +52,7 @@
|
|||||||
* where it was created (waiting until the next iteration of the main
|
* where it was created (waiting until the next iteration of the main
|
||||||
* loop first, if necessary). The caller will pass the #GTask back to
|
* loop first, if necessary). The caller will pass the #GTask back to
|
||||||
* the operation's finish function (as a #GAsyncResult), and you can
|
* the operation's finish function (as a #GAsyncResult), and you can
|
||||||
* can use g_task_propagate_pointer() or the like to extract the
|
* use g_task_propagate_pointer() or the like to extract the
|
||||||
* return value.
|
* return value.
|
||||||
*
|
*
|
||||||
* Here is an example for using GTask as a GAsyncResult:
|
* Here is an example for using GTask as a GAsyncResult:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user