diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-11-07 13:38:58 +0000 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2017-11-07 14:51:12 +0000 |
commit | 8e8f4e6486c1578ae15d63835acd06f237324a6d (patch) | |
tree | 92b7f5216dcc4f05da6c9cbdc49a0c02b5df35ab /gio/gtask.c | |
parent | 249d74fcf6499a543807fa4158bef26426dd39de (diff) | |
download | glib-8e8f4e6486c1578ae15d63835acd06f237324a6d.tar.gz |
docs: Fix various minor syntax errors in gtk-doc comments
This will fix a few broken links in the documentation, and shut up a
load of gtk-doc warnings (but certainly not all of them).
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=790015
Diffstat (limited to 'gio/gtask.c')
-rw-r--r-- | gio/gtask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gtask.c b/gio/gtask.c index fd97f870a..814ba9433 100644 --- a/gio/gtask.c +++ b/gio/gtask.c @@ -507,7 +507,7 @@ * whether the task's callback can be invoked directly, or * if it needs to be sent to another #GMainContext, or delayed * until the next iteration of the current #GMainContext.) - * - The "finish" functions for #GTask-based operations are generally + * - The "finish" functions for #GTask based operations are generally * much simpler than #GSimpleAsyncResult ones, normally consisting * of only a single call to g_task_propagate_pointer() or the like. * Since g_task_propagate_pointer() "steals" the return value from |