gtk+ r19584 - trunk/gdk-pixbuf



Author: matthiasc
Date: Fri Feb 15 22:50:46 2008
New Revision: 19584
URL: http://svn.gnome.org/viewvc/gtk+?rev=19584&view=rev

Log:
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.




Modified:
   trunk/gdk-pixbuf/ChangeLog
   trunk/gdk-pixbuf/gdk-pixbuf-animation.h
   trunk/gdk-pixbuf/gdk-pixbuf.symbols

Modified: trunk/gdk-pixbuf/gdk-pixbuf-animation.h
==============================================================================
--- trunk/gdk-pixbuf/gdk-pixbuf-animation.h	(original)
+++ trunk/gdk-pixbuf/gdk-pixbuf-animation.h	Fri Feb 15 22:50:46 2008
@@ -138,6 +138,7 @@
 };
       
 
+GType               gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST;
 GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf);
 
 #endif /* GDK_PIXBUF_ENABLE_BACKEND */

Modified: trunk/gdk-pixbuf/gdk-pixbuf.symbols
==============================================================================
--- trunk/gdk-pixbuf/gdk-pixbuf.symbols	(original)
+++ trunk/gdk-pixbuf/gdk-pixbuf.symbols	Fri Feb 15 22:50:46 2008
@@ -123,6 +123,7 @@
 gdk_pixbuf_animation_unref
 #endif
 gdk_pixbuf_non_anim_new
+gdk_pixbuf_non_anim_get_type G_GNUC_CONST
 #endif
 #endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]