From 65ae04e13751ec3da9f756e7e452909d41f6529b Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 21 Jan 2000 21:53:36 +0000 Subject: Make the @detail argument for the GtkStyleClass vtable const. Fri Jan 21 16:29:28 2000 Owen Taylor * 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. --- docs/Changes-1.4.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 *'. -- cgit v1.2.1