Signal

PhocGesture::end

since: 0

Declaration

void
end (
  PhocGesture* self,
  PhocEventSequence* sequence,
  gpointer user_data
)

Description [src]

Emitted when gesture stopped recognizing the event sequences as something to be handled.

Default handler:

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

Available since: 0

Parameters

sequence

Type: PhocEventSequence

The PhocEvent that made gesture recognition to finish.

The argument can be NULL.
The data is owned by the caller of the function.