Sequence.getIterAtPos

Returns the iterator at position pos. If pos is negative or larger than the number of items in seq, the end iterator is returned.

class Sequence
getIterAtPos
(
int pos
)

Parameters

pos int

a position in seq, or -1 for the end

Return Value

The glib.SequenceIter at position pos

Meta

Since

2.14