diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-06-02 21:42:48 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-06-02 21:42:48 +0000 |
commit | 934bc42c942075245b436367f83d16cb61cde2de (patch) | |
tree | 4b3fc3d232647f42704589b1971be84c77d4358c /ChangeLog.pre-2-12 | |
parent | a74af928cf9724cb384bc36d0109db34f447d226 (diff) |
Make value_name and value_nick const in structs _GEnumValue and
2006-06-02 Behdad Esfahbod <behdad@gnome.org>
* gobject/genum.h: Make value_name and value_nick const in structs
_GEnumValue and _GFlagValue. (#317793)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 00d589f80..29442ba64 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2006-06-02 Behdad Esfahbod <behdad@gnome.org> + + * gobject/genum.h: Make value_name and value_nick const in structs + _GEnumValue and _GFlagValue. (#317793) + 2006-06-01 Matthias Clasen <mclasen@redhat.com> * glib/gmain.h: |