summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-01-30 15:31:21 +0100
committerBenjamin Otte <otte@redhat.com>2013-01-30 15:31:21 +0100
commit1b4919298dd7692e71a642ddf959359b344fc805 (patch)
treeb72fdbcbd5d95444c554e432bc31076d8f1f47c1 /gdk-pixbuf/gdk-pixbuf-animation.h
parentc1de9561aded7f032edb08dc55e184f4159b4686 (diff)
downloadgdk-pixbuf-1b4919298dd7692e71a642ddf959359b344fc805.tar.gz
API: Add gdk_pixbuf_animation_new_from_resource()
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h
index 63d476ef7..3e6814631 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.h
+++ b/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -81,6 +81,8 @@ void gdk_pixbuf_animation_new_from_stream_async (GInputStream *st
gpointer user_data);
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream_finish (GAsyncResult*async_result,
GError **error);
+GdkPixbufAnimation *gdk_pixbuf_animation_new_from_resource(const char *resource_path,
+ GError **error);
#ifndef GDK_PIXBUF_DISABLE_DEPRECATED
G_DEPRECATED_FOR(g_object_ref)