Fix the progress function scope annotation
This commit is contained in:
parent
f98bb30633
commit
e5f410d4df
@ -2001,7 +2001,7 @@ clutter_timeline_get_repeat_count (ClutterTimeline *timeline)
|
|||||||
/**
|
/**
|
||||||
* clutter_timeline_set_progress_func:
|
* clutter_timeline_set_progress_func:
|
||||||
* @timeline: a #ClutterTimeline
|
* @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
|
* @data: (closure): data to pass to @func
|
||||||
* @notify: a function to be called when the progress function is removed
|
* @notify: a function to be called when the progress function is removed
|
||||||
* or the timeline is disposed
|
* or the timeline is disposed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user