Fix the progress function scope annotation

This commit is contained in:
Emmanuele Bassi 2012-02-21 12:34:57 +00:00
parent f98bb30633
commit e5f410d4df

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