summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-21 21:53:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-21 21:53:36 +0000
commit65ae04e13751ec3da9f756e7e452909d41f6529b (patch)
tree595384f040adae72c47cf6f051d8aa92cc5887db /docs
parent997868b7e2c492c7cd0ee3b83b5f88efec77fc03 (diff)
downloadgdk-pixbuf-65ae04e13751ec3da9f756e7e452909d41f6529b.tar.gz
Make the @detail argument for the GtkStyleClass vtable const.
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument for the GtkStyleClass vtable const. * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This will require changes in use code.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes-1.4.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changes-1.4.txt b/docs/Changes-1.4.txt
index 3009ee96a..6de4d6381 100644
--- a/docs/Changes-1.4.txt
+++ b/docs/Changes-1.4.txt
@@ -7,3 +7,5 @@ Incompatible Changes from GTK+-1.2 to GTK+-1.4:
- The signature for GtkPrintFunc (used for gtk_item_factory_dump_items)
has been changed to take a 'const gchar *' instead of 'gchar *', to
match what we do for glib, and other similar cases.
+
+- The detail arguments in the GtkStyleClass structure are now 'const gchar *'.