mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-doc
2009-01-02 Behdad Esfahbod <behdad@gnome.org> Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-doc Patch from Andrzej Zaborowski * gobject.c (g_object_do_class_init): Fix param order in docs. svn path=/trunk/; revision=7759
This commit is contained in:
parent
736bea99fe
commit
bf201e0fb7
@ -1,3 +1,10 @@
|
||||
2009-01-02 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-doc
|
||||
Patch from Andrzej Zaborowski
|
||||
|
||||
* gobject.c (g_object_do_class_init): Fix param order in docs.
|
||||
|
||||
2008-12-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.19.3 ===
|
||||
|
@ -334,8 +334,8 @@ g_object_do_class_init (GObjectClass *class)
|
||||
|
||||
/**
|
||||
* GObject::notify:
|
||||
* @pspec: the #GParamSpec of the property which changed
|
||||
* @gobject: the object which received the signal.
|
||||
* @pspec: the #GParamSpec of the property which changed.
|
||||
*
|
||||
* The notify signal is emitted on an object when one of its
|
||||
* properties has been changed. Note that getting this signal
|
||||
|
Loading…
Reference in New Issue
Block a user