diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-30 23:56:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-30 23:56:30 +0000 |
commit | eb17b20bd219932efd27317a2998bcf6416d56a1 (patch) | |
tree | 3608dfe6bd54a30f17235493c4743aca739f06d3 /gobject | |
parent | bece452f40b072a8f6bc54b67bce47d6711ded36 (diff) |
Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,
* gobject/gsourceclosure.c (g_source_set_closure): Fix documentation.
* glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
GUnicodeBreakType.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/gsourceclosure.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject/gsourceclosure.c b/gobject/gsourceclosure.c index 744b91cdb..ff8e12df8 100644 --- a/gobject/gsourceclosure.c +++ b/gobject/gsourceclosure.c @@ -155,14 +155,14 @@ static GSourceCallbackFuncs closure_callback_funcs = { }; /** - * g_source_set_callback: + * g_source_set_closure: * @source: the source * @func: a #GClosure * * Set the callback for a source as a #GClosure. * - * If the source is not one of the standard GLib types, the closure_callback - * and closure_marshal fields of the GSourceFuncs structure must have been + * If the source is not one of the standard GLib types, the @closure_callback + * and @closure_marshal fields of the GSourceFuncs structure must have been * filled in with pointers to appropriate functions. **/ void |