mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02: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:
committed by
Behdad Esfahbod
parent
736bea99fe
commit
bf201e0fb7
@@ -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
|
||||
|
Reference in New Issue
Block a user