mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user