Signal

ClutterActor::leave-event

since: 0.6

Declaration

gboolean
leave_event (
  ClutterActor* self,
  ClutterCrossingEvent* event,
  gpointer user_data
)

Description [src]

The ::leave-event signal is emitted when the pointer leaves the actor.

Default handler:

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

Available since: 0.6

Parameters

event

Type: ClutterCrossingEvent

A ClutterCrossingEvent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the event has been handled by the actor, or FALSE to continue the emission.