From: Matthias Clasen Date: Wed, 5 Apr 2006 16:18:42 +0000 (+0000) Subject: Document class_offset 0. and that class_closure may be NULL. X-Git-Tag: GLIB_2_11_0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2e6861460a42168dfd68affdbf0aed6456ddc10;p=platform%2Fupstream%2Fglib.git Document class_offset 0. and that class_closure may be NULL. 2006-04-05 Matthias Clasen * gobject/tmpl/signals.sgml: Document class_offset 0. and that class_closure may be NULL. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 782da9f..6f74acb 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,6 +1,7 @@ 2006-04-05 Matthias Clasen * gobject/tmpl/signals.sgml: Document class_offset 0. + and that class_closure may be NULL. 2006-04-04 Matthias Clasen diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index f679d23..ab14f40 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -282,7 +282,7 @@ See g_signal_new() for details on allowed signal names. @signal_flags: a combination of #GSignalFlags specifying detail of when the default handler is to be invoked. You should at least specify %G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST. -@class_closure: The closure to invoke on signal emission. +@class_closure: The closure to invoke on signal emission; may be %NULL. @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 @@ -308,7 +308,7 @@ See g_signal_new() for details on allowed signal names. @signal_flags: a combination of #GSignalFlags specifying detail of when the default handler is to be invoked. You should at least specify %G_SIGNAL_RUN_FIRST or %G_SIGNAL_RUN_LAST. -@class_closure: The closure to invoke on signal emission. +@class_closure: The closure to invoke on signal emission; may be %NULL. @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