mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user