mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
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:
parent
1e795591bb
commit
5486886c82
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user