mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Document class_offset 0. and that class_closure may be NULL.
2006-04-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/signals.sgml: Document class_offset 0. and that class_closure may be NULL.
This commit is contained in:
parent
5486886c82
commit
f2e6861460
@ -1,6 +1,7 @@
|
||||
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/signals.sgml: Document class_offset 0.
|
||||
and that class_closure may be NULL.
|
||||
|
||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user