diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 14:00:44 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 14:00:44 +0000 |
commit | 4b109856d036d717dc90c5bea9f2d930bea4560b (patch) | |
tree | 318b85f66d5833d7367e5ad7fa122c3375c2f512 /gobject/gclosure.h | |
parent | fb07c6502036cdb53fdfe69b90f472dcd3eee49e (diff) | |
download | glib-4b109856d036d717dc90c5bea9f2d930bea4560b.tar.gz |
Add one missing ':' and reformate GParamFlags docs.
* gobject/gclosure.h:
* gobject/gparam.h:
Add one missing ':' and reformate GParamFlags docs.
svn path=/trunk/; revision=7074
Diffstat (limited to 'gobject/gclosure.h')
-rw-r--r-- | gobject/gclosure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gclosure.h b/gobject/gclosure.h index b162e29eb..fc0cb47c4 100644 --- a/gobject/gclosure.h +++ b/gobject/gclosure.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS * * Check if the closure still needs a marshaller. See g_closure_set_marshal(). * - * Returns %TRUE if a #GClosureMarshal marshaller has not yet been set on + * Returns: %TRUE if a #GClosureMarshal marshaller has not yet been set on * @closure. */ #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL) |