]> Pileus Git - ~andy/gtk/commit
Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.
authorOwen Taylor <otaylor@redhat.com>
Wed, 10 Oct 2001 16:56:18 +0000 (16:56 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 10 Oct 2001 16:56:18 +0000 (16:56 +0000)
commit63bd2b3030a76b84a20c9df9cf22c837d559b21c
tree33d04d21a44ed25769a1c100605e99722881586f
parent57cc0e955633b06e3a610479e8b7ebcfa501a322
Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.

Wed Oct 10 11:52:17 2001  Owen Taylor  <otaylor@redhat.com>

* gdk-pixdata.c gdk-pixbuf.h: Get rid of
GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.
Get rid fo GD_PIXBUF_ERROR_UNKNOWN_FORMAT and use the
existing UKNOWN_TYPE error. (#58308)

* gdk-pixbuf.h, gdk-pixdata.c: Rename gdk_pixbuf_new_from_stream()
back to gdk_pixbuf_new_from_inline(). Rework docs to try
and be helpful for the common case. (#58308)
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.h
gdk-pixbuf/gdk-pixdata.c