summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-06-10 04:55:22 +0000
committerTim Janik <timj@src.gnome.org>1998-06-10 04:55:22 +0000
commit6430ad631af96318e48f1f349fff2ebaf5598097 (patch)
tree515ffe803aa32f4cce049f64b1cea53de41edbb3 /ChangeLog.pre-2-6
parentc4865409351aa2449a13b33daad13af39045a7f7 (diff)
downloadgdk-pixbuf-6430ad631af96318e48f1f349fff2ebaf5598097.tar.gz
enum and flags type creation can now be done through
Wed Jun 10 06:25:17 1998 Tim Janik <timj@gtk.org> * gtk/gtktypeutils.h: * gtk/gtktypeutils.c: enum and flags type creation can now be done through gtk_type_register_enum() and gtk_type_register_flags(), which allow to specify the enum value arrays directly. the NULL terminated value arrays can be retrived through gtk_type_enum_get_values() and gtk_type_flags_get_values();
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 9476b243e..ccfee9494 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,12 @@
+Wed Jun 10 06:25:17 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtktypeutils.h:
+ * gtk/gtktypeutils.c: enum and flags type creation can now be done
+ through gtk_type_register_enum() and gtk_type_register_flags(),
+ which allow to specify the enum value arrays directly.
+ the NULL terminated value arrays can be retrived through
+ gtk_type_enum_get_values() and gtk_type_flags_get_values();
+
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in