Signal

ClutterGestureAction::gesture-begin

Declaration

gboolean
gesture_begin (
  ClutterGestureAction* self,
  ClutterActor* actor,
  gpointer user_data
)

Description [src]

The ::gesture_begin signal is emitted when the ClutterActor to which a ClutterGestureAction has been applied starts receiving a gesture.

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.

Return value

Returns: gboolean
 

TRUE if the gesture should start, and FALSE if the gesture should be ignored.