Signal
ClutterPathConstraint::node-reached
Declaration
void
node_reached (
ClutterPathConstraint* self,
ClutterActor* actor,
guint index,
gpointer user_data
)
Description [src]
The ::node-reached signal is emitted each time a
ClutterPathConstraint:offset
value results in the actor
passing a ClutterPathNode
.
Default handler: | The default handler is called after the handlers added via |
Available since: | 1.6 |
Parameters
actor |
ClutterActor |
The |
|
The data is owned by the caller of the function. | |
index |
guint |
The index of the node that has been reached. |