[clutter] Fix the progress function scope annotation



commit e5f410d4dfd86e3b67896b8961cfdc690c04c2c2
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Feb 21 12:34:57 2012 +0000

    Fix the progress function scope annotation

 clutter/clutter-timeline.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c
index c247238..20c0ab2 100644
--- a/clutter/clutter-timeline.c
+++ b/clutter/clutter-timeline.c
@@ -2001,7 +2001,7 @@ clutter_timeline_get_repeat_count (ClutterTimeline *timeline)
 /**
  * clutter_timeline_set_progress_func:
  * @timeline: a #ClutterTimeline
- * @func: (scope notify) (allow-none): a progress function, or %NULL
+ * @func: (scope notified) (allow-none): a progress function, or %NULL
  * @data: (closure): data to pass to @func
  * @notify: a function to be called when the progress function is removed
  *    or the timeline is disposed



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