diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-16 02:24:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-16 02:24:47 +0000 |
commit | 65cdbb25a80ace47ca1108f0caea9c5cc4e34849 (patch) | |
tree | 2705535d0f34d13109c3f71876c1234d45c10205 /gdk-pixbuf/ChangeLog | |
parent | 8243e3d4152193addb53c2b9cffc1b48e144efc8 (diff) | |
download | gtk+-65cdbb25a80ace47ca1108f0caea9c5cc4e34849.tar.gz |
Add stream i/o functions for gdk-pixbuf
svn path=/trunk/; revision=19373
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 560eeff38c..620a8bf845 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +2008-01-15 Matthias Clasen <mclasne@redhat.com> + + * gdk-pixbuf.symbols: + * gdk-pixbuf-core.h: + * gdk-pixbuf-io.c (gdk_pixbuf_new_from_stream): + (gdk_pixbuf_new_from_stream_at_scale): + (gdk_pixbuf_save_to_stream): New stream i/o functions. + 2008-01-14 Michael Natterer <mitch@imendio.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_prepare): cast the return |