[gdk-pixbuf: 2/3] animation: silence gtk doc warnings
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf: 2/3] animation: silence gtk doc warnings
- Date: Sat, 2 Jan 2021 17:37:54 +0000 (UTC)
commit 92f65a66621208b09b73b5ad67503b21e17c5edd
Author: Paolo Borelli <borellip amazon com>
Date: Sat Jan 2 17:22:56 2021 +0100
animation: silence gtk doc warnings
gdk-pixbuf/gdk-pixbuf-animation.h | 13 ++++++-------
1 file 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]