Method

GtkGestureget_last_updated_sequence

since: 3.14

Declaration [src]

GdkEventSequence*
gtk_gesture_get_last_updated_sequence (
  GtkGesture* gesture
)

Description [src]

Returns the GdkEventSequence that was last updated on gesture.

Available since: 3.14

Return value

Type: GdkEventSequence

The last updated sequence.

The returned data is owned by the instance.
The return value can be NULL.