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:
Matthias Clasen
2003-02-07 22:04:24 +00:00
committed by Matthias Clasen
parent 7802271bf0
commit fa21b512d5
14 changed files with 77 additions and 927 deletions

View File

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