SequenceIter.move

Returns the glib.SequenceIter which is delta positions away from iter. If iter is closer than -delta positions to the beginning of the sequence, the begin iterator is returned. If iter is closer than delta positions to the end of the sequence, the end iterator is returned.

class SequenceIter
move
(
int delta
)

Parameters

delta int

A positive or negative number indicating how many positions away from iter the returned glib.SequenceIter will be

Return Value

a glib.SequenceIter which is delta positions away from iter

Meta

Since

2.14