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.
This commit is contained in:
Matthias Clasen
2001-10-30 23:56:30 +00:00
parent bece452f40
commit eb17b20bd2
13 changed files with 52 additions and 12 deletions

View File

@@ -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