Signal

ClutterGestureAction::gesture-end

Declaration

void
gesture_end (
  ClutterGestureAction* self,
  ClutterActor* actor,
  gpointer user_data
)

Description [src]

The ::gesture-end signal is emitted at the end of the gesture gesture, when the pointer’s button is released

This signal is emitted if and only if the ClutterGestureAction::gesture-begin signal has been emitted first.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since:1.8

Parameters

actor ClutterActor
 

The ClutterActor attached to the action.

 The data is owned by the caller of the function.