Fix the progress function scope annotation

This commit is contained in:
Emmanuele Bassi 2012-02-21 12:34:57 +00:00
parent cac91f22dd
commit 97e831a2fd
1 changed files with 1 additions and 1 deletions

View File

@ -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