Signal
ClutterTimeline::stopped
Description [src]
The signal is emitted when the timeline
has been stopped, either because clutter_timeline_stop()
has been
called, or because it has been exhausted.
This is different from the ClutterTimeline::completed
signal,
which gets emitted after every repeat finishes.
If the ClutterTimeline
has is marked as infinitely repeating,
this signal will never be emitted.
Default handler: The default handler is called after the handlers added via |