summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorPaolo Borelli <borellip@amazon.com>2021-01-02 17:22:56 +0100
committerPaolo Borelli <borellip@amazon.com>2021-01-02 17:22:56 +0100
commit92f65a66621208b09b73b5ad67503b21e17c5edd (patch)
tree375a7b881e50c367a05164246098ce7575a9ed7e /gdk-pixbuf
parent81a4dc4eb671d9ecdf01deb0dd717282d029957b (diff)
downloadgdk-pixbuf-92f65a66621208b09b73b5ad67503b21e17c5edd.tar.gz
animation: silence gtk doc warnings
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