Method
GtkGestureget_last_updated_sequence
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 data is owned by the instance. |
The return value can be NULL . |