diff options
author | Matthias Clasen <matthias@localhost.localdomain> | 2003-06-22 19:08:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-06-22 19:08:12 +0000 |
commit | de07fd2a7e0a2681759a2e99b5a0e44518d9e7fd (patch) | |
tree | e87e5b62f6c8def7fe0eac43a53c64d69e4b6254 /gdk-pixbuf/gdk-pixbuf-loader.h | |
parent | a378391aaa4b7e422a96ae42477f080cc90989a8 (diff) | |
download | gtk+-de07fd2a7e0a2681759a2e99b5a0e44518d9e7fd.tar.gz |
Add gdk_pixbuf_loader_new_with_mime_type.
2003-06-22 Matthias Clasen <matthias@localhost.localdomain>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add gdk_pixbuf_loader_new_with_mime_type.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.h b/gdk-pixbuf/gdk-pixbuf-loader.h index 3b870fc90e..743faf92d4 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.h +++ b/gdk-pixbuf/gdk-pixbuf-loader.h @@ -70,6 +70,8 @@ GType gdk_pixbuf_loader_get_type (void) G_GNUC_CONST; GdkPixbufLoader * gdk_pixbuf_loader_new (void); GdkPixbufLoader * gdk_pixbuf_loader_new_with_type (const char *image_type, GError **error); +GdkPixbufLoader * gdk_pixbuf_loader_new_with_mime_type (const char *mime_type, + GError **error); void gdk_pixbuf_loader_set_size (GdkPixbufLoader *loader, int width, int height); |