Document class_offset 0.

2006-04-05  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/signals.sgml: Document class_offset 0.
This commit is contained in:
Matthias Clasen 2006-04-05 16:07:15 +00:00 committed by Matthias Clasen
parent 1e795591bb
commit 5486886c82
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Document class_offset 0.
2006-04-04 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt:

View File

@ -255,7 +255,8 @@ be used, but they cannot be mixed.
the default handler is to be invoked. You should at least specify
%G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST.
@class_offset: The offset of the function pointer in the class structure
for this type. Used to invoke a class method generically.
for this type. Used to invoke a class method generically. Pass 0 to
not associate a class method with this signal.
@accumulator: the accumulator for this signal; may be %NULL.
@accu_data: user data for the @accumulator.
@c_marshaller: the function to translate arrays of parameter values to