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:
Emmanuele Bassi 2013-08-16 10:15:57 +01:00
parent 8abd2baeaa
commit edf00747ef

View File

@ -267,7 +267,7 @@ clutter_transition_class_init (ClutterTransitionClass *klass)
* *
* Whether the #ClutterTransition should be automatically detached * Whether the #ClutterTransition should be automatically detached
* from the #ClutterTransition:animatable instance whenever the * 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 * The #ClutterTransition:remove-on-complete property takes into
* account the value of the #ClutterTimeline:repeat-count property, * account the value of the #ClutterTimeline:repeat-count property,