diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-04 05:17:49 +0000 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-04 05:17:49 +0000 |
commit | 74fbc5d9ea174d10f45fc8c6679cc020843915fd (patch) | |
tree | a0b65d64fa3c633893f03704e4995f5c9239bf4e /gdk-pixbuf | |
parent | e9c20fac4c6a90a51cf7d97095e6d4d58c70bd98 (diff) | |
download | gtk+-74fbc5d9ea174d10f45fc8c6679cc020843915fd.tar.gz |
Ooops, forgot header file.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index dc6197891d..aca5ab36bd 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -235,10 +235,15 @@ GdkPixbuf *gdk_pixbuf_composite_color_simple (const GdkPixbuf *src, /* Animation support */ -GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename); +GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename); -GdkPixbufAnimation *gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation); -void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation); +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); |