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:
Behdad Esfahbod 2009-01-02 06:09:26 +00:00 committed by Behdad Esfahbod
parent 736bea99fe
commit bf201e0fb7
2 changed files with 8 additions and 1 deletions

View File

@ -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> 2008-12-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.3 === * === Released 2.19.3 ===

View File

@ -334,8 +334,8 @@ g_object_do_class_init (GObjectClass *class)
/** /**
* GObject::notify: * GObject::notify:
* @pspec: the #GParamSpec of the property which changed
* @gobject: the object which received the signal. * @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 * The notify signal is emitted on an object when one of its
* properties has been changed. Note that getting this signal * properties has been changed. Note that getting this signal