diff options
author | Tim Janik <timj@gtk.org> | 1998-09-17 05:00:30 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-09-17 05:00:30 +0000 |
commit | ee1b96185ff884190a0e44564fb5b36d249ff271 (patch) | |
tree | 2a90164f8529c981e3eb808a29fbc8ebebbcef33 /ChangeLog.pre-2-2 | |
parent | 0b54ffa9d6bc9beb8b13eda2365e00e2de8ff5ca (diff) | |
download | gdk-pixbuf-ee1b96185ff884190a0e44564fb5b36d249ff271.tar.gz |
added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id
Thu Sep 17 05:12:48 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h: added gtk_object_set_data_destroy and
gtk_object_set_data_destroy_by_id functions to set the destroy
function pointer for an existing data portion.
* gtk/gtkobject.c: removed the GtkObjectData implementation and
made all gtk_object_*data* functions use the GLib equivalents.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b92dbee6f..a861458e0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Thu Sep 17 05:12:48 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkobject.h: added gtk_object_set_data_destroy and + gtk_object_set_data_destroy_by_id functions to set the destroy + function pointer for an existing data portion. + + * gtk/gtkobject.c: removed the GtkObjectData implementation and + made all gtk_object_*data* functions use the GLib equivalents. + 1998-09-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Test whether type |