diff options
author | Havoc Pennington <hp@redhat.com> | 2000-10-06 18:26:23 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-10-06 18:26:23 +0000 |
commit | 0fde995ccda31df65ff4ed4c3e40891bb1896b90 (patch) | |
tree | 6a50f5fc42ac44da520792c5ce32ae1f894dd8b3 /gdk-pixbuf/gdk-pixbuf.h | |
parent | e2d006d742db93b187ccd6369249b89d84c2f97d (diff) | |
download | gdk-pixbuf-0fde995ccda31df65ff4ed4c3e40891bb1896b90.tar.gz |
s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type().
2000-10-06 Havoc Pennington <hp@redhat.com>
* gdk-pixbuf-io.c (gdk_pixbuf_save): s/format/type/g to be
consistent with gdk_pixbuf_loader_new_with_type().
Return runtime error if a module is missing.
* gdk-pixbuf.h: add GDK_PIXBUF_ERROR_UNKNOWN_TYPE
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index b7c0a6b88..82f0551ba 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -68,6 +68,8 @@ typedef enum { GDK_PIXBUF_ERROR_IO, /* bad option value passed to save routine */ GDK_PIXBUF_ERROR_BAD_OPTION_VALUE, + /* unsupported image type (sort of an ENOSYS) */ + GDK_PIXBUF_ERROR_UNKNOWN_TYPE, GDK_PIXBUF_ERROR_FAILED } GdkPixbufErrorType; |