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
This commit is contained in:
Matthias Clasen 2008-02-15 22:50:46 +00:00 committed by Matthias Clasen
parent 9e9fc4eba5
commit 4b9d90e5ad
3 changed files with 10 additions and 3 deletions

View File

@ -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.

View File

@ -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 */

View File

@ -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