Signal

AdapSwipeTracker::prepare

since: 1

Declaration

void
prepare (
  AdapSwipeTracker* self,
  AdapNavigationDirection direction,
  gpointer user_data
)

Description [src]

This signal is emitted when a possible swipe is detected.

The direction value can be used to restrict the swipe to a certain direction.

Default handler:

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

Available since: 1

Parameters

direction

Type: AdapNavigationDirection

The direction of the swipe.