summaryrefslogtreecommitdiff
path: root/docs/Changes-1.4.txt
blob: 6de4d63810629cde9e0584d85ceb84475fad22d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
Incompatible Changes from GTK+-1.2 to GTK+-1.4:

- The gdk_time* functions have been removed. This functionality
  has been unused since the main loop was moved into GLib
  prior to 1.2. 

- 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 *'.