forked from AuroraMiddleware/gtk
Ooops, forgot header file.
This commit is contained in:
parent
e9c20fac4c
commit
74fbc5d9ea
@ -240,6 +240,11 @@ GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename);
|
||||
GdkPixbufAnimation *gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation);
|
||||
void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation);
|
||||
|
||||
int gdk_pixbuf_animation_get_width (GdkPixbufAnimation *animation);
|
||||
int gdk_pixbuf_animation_get_height (GdkPixbufAnimation *animation);
|
||||
GList *gdk_pixbuf_animation_get_frames (GdkPixbufAnimation *animation);
|
||||
int gdk_pixbuf_animation_get_num_frames (GdkPixbufAnimation *animation);
|
||||
|
||||
/* General (presently empty) initialization hooks, primarily for gnome-libs */
|
||||
void gdk_pixbuf_preinit (gpointer app, gpointer modinfo);
|
||||
void gdk_pixbuf_postinit (gpointer app, gpointer modinfo);
|
||||
|
Loading…
Reference in New Issue
Block a user