mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
Remove all docs from gobject at Tims request. Documentation is only for
2003-02-07 Matthias Clasen <maclas@gmx.de> * gtypemodule.c: * gtype.c: * gsourceclosure.c: * gparamspecs.c: * gparam.c: * gobject.c: * gsignal.c: Remove all docs from gobject at Tims request. Documentation is only for weenies anyway...
This commit is contained in:
committed by
Matthias Clasen
parent
7802271bf0
commit
fa21b512d5
@@ -154,17 +154,6 @@ static GSourceCallbackFuncs closure_callback_funcs = {
|
||||
closure_callback_get
|
||||
};
|
||||
|
||||
/**
|
||||
* g_source_set_closure:
|
||||
* @source: the source
|
||||
* @closure: 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
|
||||
* filled in with pointers to appropriate functions.
|
||||
**/
|
||||
void
|
||||
g_source_set_closure (GSource *source,
|
||||
GClosure *closure)
|
||||
|
Reference in New Issue
Block a user