Method
PhocGestureget_sequences
Declaration [src]
GList*
phoc_gesture_get_sequences (
PhocGesture* self
)
Description [src]
Returns the list of PhocEventSequence
s currently being interpreted
by PhocGesture
.
Return value
Type: A list of PhocEventSequence*
A list
of PhocEventSequence
s, the list elements are owned by Phoc
and must not be freed or modified, the list itself must be deleted
through g_list_free().
The caller of the method takes ownership of the returned data container, but not the data inside it. |