summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-01-30 03:10:36 +0100
committerBenjamin Otte <otte@redhat.com>2013-01-30 15:08:42 +0100
commitcf8fdae73bfa959748a6fc6eec26a7d3fc6b3e2d (patch)
tree1f249159fd9406d603335213a74f918a04db2848 /gdk-pixbuf/gdk-pixbuf-animation.h
parentff01866f4a5aef10c1a4a86fc2fe66e49a634bd1 (diff)
downloadgdk-pixbuf-cf8fdae73bfa959748a6fc6eec26a7d3fc6b3e2d.tar.gz
API: Add gdk_pixbuf_animation_new_from_stream_async()
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h
index 38dfc020c..63d476ef7 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.h
+++ b/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -75,6 +75,12 @@ GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *fi
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream (GInputStream *stream,
GCancellable *cancellable,
GError **error);
+void gdk_pixbuf_animation_new_from_stream_async (GInputStream *stream,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream_finish (GAsyncResult*async_result,
+ GError **error);
#ifndef GDK_PIXBUF_DISABLE_DEPRECATED
G_DEPRECATED_FOR(g_object_ref)