diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 90cc0d0e1..782da9fa2 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-04-05 Matthias Clasen + + * gobject/tmpl/signals.sgml: Document class_offset 0. + 2006-04-04 Matthias Clasen * glib/glib-sections.txt: diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index 13dc1517e..f679d2365 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -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