Signal
ClutterActor::transition-stopped
Declaration
void
transition_stopped (
ClutterActor* self,
gchar* name,
gboolean is_finished,
gpointer user_data
)
Description [src]
The ::transition-stopped signal is emitted once a transition
is stopped; a transition is stopped once it reached its total
duration (including eventual repeats), it has been stopped
using clutter_timeline_stop(), or it has been removed from the
transitions applied on actor
, using clutter_actor_remove_transition().
Default handler: | The default handler is called after the handlers added via |
Signal emission will restart instead of recursing | |
The signal can be detailed | |
Hooks are disabled for this signal | |
Available since: | 1.12 |