mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Doc: small fixes
This commit adds the GTestSubprocessFlags enum to the docs, and fixes several minor typos in various places. https://bugzilla.gnome.org/show_bug.cgi?id=703254
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
* Eventually, you will call a method such as
|
||||
* g_task_return_pointer() or g_task_return_error(), which will
|
||||
* save the value you give it and then invoke the task's callback
|
||||
* function (waiting until the next next iteration of the main
|
||||
* function (waiting until the next iteration of the main
|
||||
* loop first, if necessary). The caller will pass the #GTask back
|
||||
* to the operation's finish function (as a #GAsyncResult), and
|
||||
* you can use g_task_propagate_pointer() or the like to extract
|
||||
|
Reference in New Issue
Block a user