From 97e831a2fde321e8d0c7f845f8402afd2a4ccf20 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 21 Feb 2012 12:34:57 +0000 Subject: [PATCH] Fix the progress function scope annotation --- clutter/clutter-timeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index c2472389e..20c0ab203 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