mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
gtask: Fix invalid name in documentation
This commit is contained in:
parent
9defb6b1b1
commit
a2f6f0d2f6
@ -91,7 +91,7 @@
|
|||||||
* return;
|
* return;
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* g_task_return_pointer (result, cake, g_object_unref);
|
* g_task_return_pointer (task, cake, g_object_unref);
|
||||||
* g_object_unref (task);
|
* g_object_unref (task);
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user