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 | |
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')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 11 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-animation.h | 1 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.symbols | 1 |
3 files changed, 10 insertions, 3 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7f978c423c..dcc9a65c3b 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,14 +1,19 @@ -2008-02-12 Matthias Clasen <mclasne@redhat.com> +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. + +2008-02-12 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (at_scale_size_prepared_cb): Don't let the width or height go below 1. (#516024, Christian Persch) -2008-02-10 Matthias Clasen <mclasne@redhat.com> +2008-02-10 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-scaled-anim.c: Try harder to return pixbufs of the requested size. (#494515, Mike Morrison) -2008-01-15 Matthias Clasen <mclasne@redhat.com> +2008-01-15 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (save_to_stream): Handle partial writes. 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 */ diff --git a/gdk-pixbuf/gdk-pixbuf.symbols b/gdk-pixbuf/gdk-pixbuf.symbols index 37b6a9b8bd..4b579dd78d 100644 --- a/gdk-pixbuf/gdk-pixbuf.symbols +++ b/gdk-pixbuf/gdk-pixbuf.symbols @@ -123,6 +123,7 @@ gdk_pixbuf_animation_ref gdk_pixbuf_animation_unref #endif gdk_pixbuf_non_anim_new +gdk_pixbuf_non_anim_get_type G_GNUC_CONST #endif #endif |