Method
GLibSequenceget_iter_at_pos
since: 2.14
Description
Returns the iterator at position pos
. If pos
is negative or larger
than the number of items in seq
, the end iterator is returned.
Available since: 2.14
Return value
Type: GSequenceIter
The GSequenceIter
at position pos
.
The returned data is owned by the instance. |