Fix documentation typos in GTask and GCancellable examples

https://bugzilla.gnome.org/show_bug.cgi?id=719884
This commit is contained in:
Daiki Ueno
2013-12-05 18:16:36 +09:00
parent 8f4dc7012e
commit 7e9e7a66a1
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@
* bd->cake = cake;
*
* /* Bail out now if the user has already cancelled */
* if (g_task_return_error_if_cancelled (g_task_get_cancellable (task)))
* if (g_task_return_error_if_cancelled (task))
* {
* g_object_unref (task);
* return;