diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-15 22:50:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-15 22:50:46 +0000 |
commit | 4b9d90e5ade83d5b6c269983ab5f0ec94ca28534 (patch) | |
tree | 21070b0426996d7e32bc43437fb1fd9f30bf2f81 /gdk-pixbuf/gdk-pixbuf-animation.h | |
parent | 9e9fc4eba5e58ac1b36cd627952b235e10ab3dad (diff) | |
download | gtk+-4b9d90e5ade83d5b6c269983ab5f0ec94ca28534.tar.gz |
Fix up export of gdk_pixbuf_non_anim_get_type.
2008-02-15 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-animation.h:
* gdk-pixbuf.symbols: Fix up export of gdk_pixbuf_non_anim_get_type.
svn path=/trunk/; revision=19584
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h index 43347de651..145b24dcd0 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.h +++ b/gdk-pixbuf/gdk-pixbuf-animation.h @@ -138,6 +138,7 @@ struct _GdkPixbufAnimationIterClass { }; +GType gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST; GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf); #endif /* GDK_PIXBUF_ENABLE_BACKEND */ |