diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-19 22:40:35 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-19 22:40:35 +0000 |
commit | 73e9d113a797c28a08a9a9a4ebefaaefb29e098d (patch) | |
tree | 0a0362a0e16bfa68c6803723055be385790955e3 /ChangeLog.pre-2-6 | |
parent | 489c376bf4b98f0e521f6ab4992a1c9ac7529657 (diff) | |
download | gdk-pixbuf-73e9d113a797c28a08a9a9a4ebefaaefb29e098d.tar.gz |
Make GtkIconSource an opaque datatype, and add a bunch of accessor
2001-03-19 Havoc Pennington <hp@redhat.com>
* gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
add a bunch of accessor functions. This is because we have
reasonable expectations of extending what fields it contains in
the future.
* gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
changes
* gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
GtkIconSource
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c34124d53..34c4bf396 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,16 @@ +2001-03-19 Havoc Pennington <hp@redhat.com> + + * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and + add a bunch of accessor functions. This is because we have + reasonable expectations of extending what fields it contains in + the future. + + * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source + changes + + * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new + GtkIconSource + Mon Mar 19 15:53:36 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly |