summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
diff options
context:
space:
mode:
authorJose Rostagno <joserostagno@vijona.com.ar>2012-06-05 12:07:11 -0300
committerMartin Pitt <martinpitt@gnome.org>2012-07-30 17:27:14 +0200
commit51435b782f80abd0aecae3443c739b09113f5e06 (patch)
tree7f497043ff5929702c711dde1c93c3c41d0c3f35 /gdk-pixbuf/gdk-pixbuf-animation.c
parent0014e627386d40700cd127dbf1755fb1f2d38751 (diff)
downloadgdk-pixbuf-51435b782f80abd0aecae3443c739b09113f5e06.tar.gz
Add missing allow-none anotations in animation API
https://bugzilla.gnome.org/show_bug.cgi?id=677477
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index c342def81..845acfeb0 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -391,7 +391,7 @@ gdk_pixbuf_animation_get_height (GdkPixbufAnimation *animation)
/**
* gdk_pixbuf_animation_get_iter:
* @animation: a #GdkPixbufAnimation
- * @start_time: time when the animation starts playing
+ * @start_time: (allow-none): time when the animation starts playing
*
* Get an iterator for displaying an animation. The iterator provides
* the frames that should be displayed at a given time.
@@ -529,7 +529,7 @@ gdk_pixbuf_animation_iter_on_currently_loading_frame (GdkPixbufAnimationIter *it
/**
* gdk_pixbuf_animation_iter_advance:
* @iter: a #GdkPixbufAnimationIter
- * @current_time: current time
+ * @current_time: (allow-none): current time
*
* Possibly advances an animation to a new frame. Chooses the frame based
* on the start time passed to gdk_pixbuf_animation_get_iter().