summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2007-06-19 15:08:11 +0000
committerSven Neumann <neo@src.gnome.org>2007-06-19 15:08:11 +0000
commit5de66ab18dd60b2b6f9e95521f41f0df19af31b1 (patch)
tree0e8d37abc342681e88380c2bb80170c56997ebd9 /README.in
parent60a409785facbef5ba61c0bb1e396ec027e02bbc (diff)
downloadgtk+-5de66ab18dd60b2b6f9e95521f41f0df19af31b1.tar.gz
mark the GtkTooltips struct as private. Keep the tooltips in a hash table
2007-06-19 Sven Neumann <sven@gimp.org> * gtk/gtktooltips.[ch]: mark the GtkTooltips struct as private. Keep the tooltips in a hash table instead of a linked list. Improves performance when using large amounts of tooltips (#447214). * README.in: document the GtkTooltips changes. svn path=/trunk/; revision=18188
Diffstat (limited to 'README.in')
-rw-r--r--README.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.in b/README.in
index 74efdfe2ae..6ec0fba6d0 100644
--- a/README.in
+++ b/README.in
@@ -85,6 +85,10 @@ Release notes for 2.12
* GtkMenuShell is now defined as an abstract type. It was already
documented as an abstract class, and there is little reason to
instantiate it.
+
+* The GtkTooltips struct (this is the old tooltips API) is now considered
+ private. Code that used to access this struct, in particular the
+ tips_data_list field, will need to change.
* The memory management of the GtkRecentManager object has been changed,
as using the screen didn't guarantee that the singleton instance was