glib r7759 - trunk/gobject
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7759 - trunk/gobject
- Date: Fri, 2 Jan 2009 06:09:26 +0000 (UTC)
Author: behdad
Date: Fri Jan 2 06:09:26 2009
New Revision: 7759
URL: http://svn.gnome.org/viewvc/glib?rev=7759&view=rev
Log:
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.
Modified:
trunk/gobject/ChangeLog
trunk/gobject/gobject.c
Modified: trunk/gobject/gobject.c
==============================================================================
--- trunk/gobject/gobject.c (original)
+++ trunk/gobject/gobject.c Fri Jan 2 06:09:26 2009
@@ -334,8 +334,8 @@
/**
* 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]