From 5486886c82c94d528ee1996cad6edb7e13c73344 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Apr 2006 16:07:15 +0000 Subject: [PATCH] Document class_offset 0. 2006-04-05 Matthias Clasen * gobject/tmpl/signals.sgml: Document class_offset 0. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gobject/tmpl/signals.sgml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 90cc0d0..782da9f 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 13dc151..f679d23 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 -- 2.7.4