summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-10-06 18:26:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-10-06 18:26:23 +0000
commit0fde995ccda31df65ff4ed4c3e40891bb1896b90 (patch)
tree6a50f5fc42ac44da520792c5ce32ae1f894dd8b3 /gdk-pixbuf/gdk-pixbuf.h
parente2d006d742db93b187ccd6369249b89d84c2f97d (diff)
downloadgdk-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.h2
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;