]> Pileus Git - ~andy/gtk/commitdiff
Doc comment fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 29 Jun 2003 20:28:14 +0000 (20:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 29 Jun 2003 20:28:14 +0000 (20:28 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwidget.c

index 3e9e023c823570bd038235797a75b275beeab15b..cb5aed078893d717a6ebbfc08cfbd5bdb18da02b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter from docs.
+
 2003-06-28  Tor Lillqvist  <tml@iki.fi>
 
        Fix for #111028, thanks to J. Ali Harlow, who writes:
index 3e9e023c823570bd038235797a75b275beeab15b..cb5aed078893d717a6ebbfc08cfbd5bdb18da02b 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter from docs.
+
 2003-06-28  Tor Lillqvist  <tml@iki.fi>
 
        Fix for #111028, thanks to J. Ali Harlow, who writes:
index 3e9e023c823570bd038235797a75b275beeab15b..cb5aed078893d717a6ebbfc08cfbd5bdb18da02b 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter from docs.
+
 2003-06-28  Tor Lillqvist  <tml@iki.fi>
 
        Fix for #111028, thanks to J. Ali Harlow, who writes:
index 3e9e023c823570bd038235797a75b275beeab15b..cb5aed078893d717a6ebbfc08cfbd5bdb18da02b 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter from docs.
+
 2003-06-28  Tor Lillqvist  <tml@iki.fi>
 
        Fix for #111028, thanks to J. Ali Harlow, who writes:
index 3e9e023c823570bd038235797a75b275beeab15b..cb5aed078893d717a6ebbfc08cfbd5bdb18da02b 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter from docs.
+
 2003-06-28  Tor Lillqvist  <tml@iki.fi>
 
        Fix for #111028, thanks to J. Ali Harlow, who writes:
index 760bcea82e0d2964d5026943ffd1aa3ad1e89dd6..71e87a3be2f430e72db32468a828070bb504a4ca 100644 (file)
@@ -645,7 +645,6 @@ gtk_widget_class_init (GtkWidgetClass *klass)
  * GtkWidget::child-notify:
  * @widget: the object which received the signal.
  * @pspec: the #GParamSpec of the changed child property.
- * @user_data: user data set when the signal handler was connected.
  *
  * The ::child-notify signal is emitted for each child property that has 
  * changed on an object. The signal's detail holds the property name.