diff options
author | Tim Janik <timj@gtk.org> | 1998-12-08 23:57:25 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-08 23:57:25 +0000 |
commit | 9806d64e401e8c2f782392ee973ea17a51c61fbc (patch) | |
tree | c64c0a1d2bab306911bc0131776de58d0749bbf3 /ChangeLog.pre-2-8 | |
parent | 847aed3652ca0df25b85ef5e5314537c57be4c1b (diff) | |
download | gtk+-9806d64e401e8c2f782392ee973ea17a51c61fbc.tar.gz |
added gtk_type_query() which returns a newly allocated structure holding
Wed Dec 9 00:49:12 1998 Tim Janik <timj@gtk.org>
* gtk/gtktypeutils.h:
* gtk/gtktypeutils.c: added gtk_type_query() which returns a newly
allocated structure holding certain type specific informations.
fixed the big bunch of `discards const' warnings with the
initialization of enum/flags values.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1cb789ed7f..f6e75a4e5d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Wed Dec 9 00:49:12 1998 Tim Janik <timj@gtk.org> + + * gtk/gtktypeutils.h: + * gtk/gtktypeutils.c: added gtk_type_query() which returns a newly + allocated structure holding certain type specific informations. + fixed the big bunch of `discards const' warnings with the + initialization of enum/flags values. + Tue Dec 8 15:10:17 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_transient_parent_realized): |