(begin, end) range
Sequence.rangeGetMidpoint
glib.sequence_iter.SequenceIter rangeGetMidpoint(glib.sequence_iter.SequenceIter begin, glib.sequence_iter.SequenceIter end)Finds an iterator somewhere in the range (begin, end). This iterator will be close to the middle of the range, but is not guaranteed to be exactly in the middle.
The begin and end iterators must both point to the same sequence and begin must come before or be equal to end in the sequence.
Parameters
begin | a #GSequenceIter |
end | a #GSequenceIter |
Returns
a #GSequenceIter pointing somewhere in the