docs: Use the correct signal name
ClutterTransition:remove-on-complete uses the ClutterTimeline::stopped signal, as it's the signal that tells us that the timeline's duration has fully elapsed.
This commit is contained in:
parent
8abd2baeaa
commit
edf00747ef
@ -267,7 +267,7 @@ clutter_transition_class_init (ClutterTransitionClass *klass)
|
||||
*
|
||||
* Whether the #ClutterTransition should be automatically detached
|
||||
* from the #ClutterTransition:animatable instance whenever the
|
||||
* #ClutterTimeline::completed signal is emitted.
|
||||
* #ClutterTimeline::stopped signal is emitted.
|
||||
*
|
||||
* The #ClutterTransition:remove-on-complete property takes into
|
||||
* account the value of the #ClutterTimeline:repeat-count property,
|
||||
|
Loading…
Reference in New Issue
Block a user