summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-05-11 00:48:44 +0000
committerTim Janik <timj@src.gnome.org>1998-05-11 00:48:44 +0000
commit01003779e99dc6f0cc553993d56d876bfec60a44 (patch)
tree9d6d0fdcabcb2e3e1522668783b69bc464e9a468 /TODO
parentcb12593d579609a32d14b33efd1b1dff37fee292 (diff)
downloadgdk-pixbuf-01003779e99dc6f0cc553993d56d876bfec60a44.tar.gz
new file, gdatasets implement the object data mechanism from GtkObject. a
Mon May 11 01:44:10 1998 Tim Janik <timj@gtk.org> * gdataset.c: new file, gdatasets implement the object data mechanism from GtkObject. a generic data pointer is associated with a certain location and a key id. Mon May 11 02:31:19 1998 Tim Janik <timj@gtk.org> * gtk/gtkobject.h: * gtk/gtkobject.c: (gtk_object_data_try_key): (gtk_object_data_force_id): these are now macros substituting the old functions. we just use the corresponding g_dataset_* functions for key->id associations. (this is to assure unique key<->id associations).
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d8a8b8e5e..b6ff825f8 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+For 1.1.0 release:
+- remove gtk_object_data_force_id and gtk_object_data_try_key from
+ gtkobject.c
+
Bugs:
* Scrolled windows (GtkList?) get cought in an endless reallocation loop
under certain (rare) circumstances.