summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.h b/gdk-pixbuf/gdk-pixbuf-animation.h
index 0aa788d79..ad0c39c3b 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.h
+++ b/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -161,17 +161,16 @@ struct _GdkPixbufAnimationClass {
/*< public >*/
- gboolean (*is_static_image) (GdkPixbufAnimation *anim);
+ gboolean (*is_static_image) (GdkPixbufAnimation *animation);
- GdkPixbuf* (*get_static_image) (GdkPixbufAnimation *anim);
-
- void (*get_size) (GdkPixbufAnimation *anim,
+ GdkPixbuf* (*get_static_image) (GdkPixbufAnimation *animation);
+
+ void (*get_size) (GdkPixbufAnimation *animation,
int *width,
int *height);
-
- GdkPixbufAnimationIter* (*get_iter) (GdkPixbufAnimation *anim,
- const GTimeVal *start_time);
+ GdkPixbufAnimationIter* (*get_iter) (GdkPixbufAnimation *animation,
+ const GTimeVal *start_time);
};
G_GNUC_END_IGNORE_DEPRECATIONS