diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-13 22:35:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-13 22:35:42 +0000 |
commit | 3fd4c9f16997dec7f120bf0a9a93dd70d4bded8c (patch) | |
tree | 36299dbe61fa33acd31b311071e03b198921e7b2 /ChangeLog | |
parent | 658d0a7ac9ac191bf0d033f4a0707839acb889b7 (diff) | |
download | gtk+-3fd4c9f16997dec7f120bf0a9a93dd70d4bded8c.tar.gz |
Change parameter names to match the header file and the documentation.
* gtk/gtkcontainer.c (gtk_container_class_install_child_property):
(gtk_container_class_find_child_property):
(gtk_container_class_list_child_properties):
* gtk/gtkwidget.c (gtk_widget_class_find_style_property):
(gtk_widget_class_list_style_properties): Change parameter names
to match the header file and the documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-05-14 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcontainer.c (gtk_container_class_install_child_property): + (gtk_container_class_find_child_property): + (gtk_container_class_list_child_properties): + * gtk/gtkwidget.c (gtk_widget_class_find_style_property): + (gtk_widget_class_list_style_properties): Change parameter names + to match the header file and the documentation. + 2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkfilesel.c |