From bf201e0fb796b1b012ce1c6dd4993cdb5da58bd6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 2 Jan 2009 06:09:26 +0000 Subject: [PATCH] =?utf8?q?Bug=20565136=20=E2=80=93=20Gobject's=20"notify"?= =?utf8?q?=20signal=20parameters=20are=20wrong=20in=20gtk-doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2009-01-02 Behdad Esfahbod 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 --- gobject/ChangeLog | 7 +++++++ gobject/gobject.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 5e8c6362..e7219d39 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,10 @@ +2009-01-02 Behdad Esfahbod + + 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 * === Released 2.19.3 === diff --git a/gobject/gobject.c b/gobject/gobject.c index 607a0ea5..d40d2ffb 100644 --- a/gobject/gobject.c +++ b/gobject/gobject.c @@ -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 -- 2.34.1