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