diff options
author | Tim Janik <timj@gtk.org> | 1998-05-11 00:48:44 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-11 00:48:44 +0000 |
commit | 01003779e99dc6f0cc553993d56d876bfec60a44 (patch) | |
tree | 9d6d0fdcabcb2e3e1522668783b69bc464e9a468 /ChangeLog.pre-2-0 | |
parent | cb12593d579609a32d14b33efd1b1dff37fee292 (diff) | |
download | gtk+-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 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 01ac53f9a5..88299123cd 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +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). + 1998-05-10 Stefan Jeske <stefan@gtk.org> * gtk/gtkctree.c (gtk_ctree_is_visible): Changed return value |