Signal

ClutterClickAction::clicked

Declaration

void
clicked (
  ClutterClickAction* self,
  ClutterActor* actor,
  gpointer user_data
)

Description [src]

The ::clicked signal is emitted when the ClutterActor to which a ClutterClickAction has been applied should respond to a pointer button press and release events.

Default handler:

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

Available since:1.4

Parameters

actor ClutterActor
 

The ClutterActor attached to the action.

 The data is owned by the caller of the function.