summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-01-30 03:00:54 +0100
committerBenjamin Otte <otte@redhat.com>2013-01-30 03:00:54 +0100
commitff01866f4a5aef10c1a4a86fc2fe66e49a634bd1 (patch)
tree52cf8ed72eb77126505451fbd6a63012671d1ff2 /gdk-pixbuf/gdk-pixbuf-animation.h
parent735fc79582a27efb53ea34ae78cc1e4afdbab547 (diff)
downloadgdk-pixbuf-ff01866f4a5aef10c1a4a86fc2fe66e49a634bd1.tar.gz
API: Add gdk_pixbuf_animation_new_from_stream()
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h
index 1f0c00f4f..38dfc020c 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.h
+++ b/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -72,6 +72,9 @@ GType gdk_pixbuf_animation_get_type (void) G_GNUC_CONST;
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename,
GError **error);
+GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream (GInputStream *stream,
+ GCancellable *cancellable,
+ GError **error);
#ifndef GDK_PIXBUF_DISABLE_DEPRECATED
G_DEPRECATED_FOR(g_object_ref)