Signal
ClutterSwipeAction::swept
Declaration
void
swept (
ClutterSwipeAction* self,
ClutterActor* actor,
ClutterSwipeDirection direction,
gpointer user_data
)
Description [src]
The ::swept signal is emitted when a swipe gesture is recognized on the attached actor.
Default handler: | The default handler is called after the handlers added via |
Available since: | 1.8 |
Deprecated since: | 1.14 |
Use the ::swipe signal instead. |
Parameters
actor |
ClutterActor |
The |
|
The data is owned by the caller of the function. | |
direction |
ClutterSwipeDirection |
The main direction of the swipe gesture. |