Additions.

Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>

	* gobject/tmpl/gtype.sgml:
	* gobject/tmpl/generic_values.sgml:
	* gobject/tmpl/objects.sgml:
	* gobject/tmpl/signals.sgml: Additions.
This commit is contained in:
Matthias Clasen
2003-10-18 22:55:00 +00:00
committed by Matthias Clasen
parent 0cbbe0bcdf
commit 2c12a01665
5 changed files with 104 additions and 53 deletions

View File

@@ -862,12 +862,15 @@ Returns the invocation hint of the innermost signal emission of instance.
<!-- ##### FUNCTION g_signal_type_cclosure_new ##### -->
<para>
Creates a new closure which invokes the function found at the offset
@struct_offset in the class structure of the interface or classed type
identified by @itype.
</para>
@itype:
@struct_offset:
@Returns:
@itype: the #GType identifier of an interface or classed type
@struct_offset: the offset of the member function of @itype's class
structure which is to be invoked by the new closure
@Returns: a new #GCClosure
<!-- ##### FUNCTION g_signal_accumulator_true_handled ##### -->