summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-06-29 20:28:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-06-29 20:28:14 +0000
commit1249d82acb82e1103851eaabf58699fb744d1dbb (patch)
tree1c4a8baf51685d3b6519a280165740c2088a822e
parenteb136ac91b0da8a08bf1bbfbe0a3a382d0d3557b (diff)
downloadgtk+-1249d82acb82e1103851eaabf58699fb744d1dbb.tar.gz
Doc comment fix.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtkwidget.c1
6 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e9e023c82..cb5aed0788 100644
--- 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:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 3e9e023c82..cb5aed0788 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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:
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 3e9e023c82..cb5aed0788 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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:
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 3e9e023c82..cb5aed0788 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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:
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 3e9e023c82..cb5aed0788 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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:
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 760bcea82e..71e87a3be2 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -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.