[gdk-pixbuf] Add missing allow-none anotations in animation API



commit 51435b782f80abd0aecae3443c739b09113f5e06
Author: Jose Rostagno <joserostagno vijona com ar>
Date:   Tue Jun 5 12:07:11 2012 -0300

    Add missing allow-none anotations in animation API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677477

 gdk-pixbuf/gdk-pixbuf-animation.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index c342def..845acfe 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().



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]