summaryrefslogtreecommitdiff
path: root/gio/gioscheduler.h
diff options
context:
space:
mode:
authorA. Walton <awalton@svn.gnome.org>2007-12-09 15:51:12 +0000
committerAndrew Walton <awalton@src.gnome.org>2007-12-09 15:51:12 +0000
commitab69ee2945af25672ad4bb48ae6ab5b87f0e06e2 (patch)
tree422e5358327eab7385af277e9aeff02681d3727d /gio/gioscheduler.h
parentb877c83cdcde2f7d26f9395d0b21230941cf190e (diff)
downloadglib-ab69ee2945af25672ad4bb48ae6ab5b87f0e06e2.tar.gz
More documentation cleanup and filling in missing information, bringing
2007-12-09 A. Walton <awalton@svn.gnome.org> * gdesktopappinfo.c: * gdrive.c: * gdrive.h: * gfile.c: * gfile.h: * gfileattribute.c: * gfileenumerator.c: * gioerror.c: * gioscheduler.c: * gioscheduler.h: * gloadableicon.c: * gmemoryinputstream.c: * gmemoryoutputstream.c: * goutputstream.h: * gsimpleasyncresult.c: More documentation cleanup and filling in missing information, bringing GIO to 99% symbol coverage. svn path=/trunk/; revision=6077
Diffstat (limited to 'gio/gioscheduler.h')
-rw-r--r--gio/gioscheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioscheduler.h b/gio/gioscheduler.h
index c6da94ddf..30b5ec6cd 100644
--- a/gio/gioscheduler.h
+++ b/gio/gioscheduler.h
@@ -50,7 +50,7 @@ typedef void (*GIOJobFunc) (GIOJob *job,
/**
* GIODataFunc:
- * @user_data:
+ * @user_data: data to pass to the I/O function.
*
* I/O Data function.
*