Since 2.14compareReturns a negative number if a comes before b, 0 if they are equal,
and a positive number if a comes after b.
The a and b iterators must point into the same sequence.
a negative number if a comes before b, 0 if they are equal, and a positive number if a comes after b
Since 2.14get_Since 2.14get_Returns the GLib.Sequence that iter points into.
the GLib.Sequence that iter points into
Since 2.14is_Since 2.14is_Since 2.14moveReturns 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.
A positive or negative number indicating how many positions away from iter the returned GLib.SequenceIter will be
a GLib.SequenceIter which is delta positions away from iter
Since 2.14nextReturns an iterator pointing to the next position after iter.
If iter is the end iterator, the end iterator is returned.
a GLib.SequenceIter pointing to the next position after iter
Since 2.14prevReturns an iterator pointing to the previous position before iter.
If iter is the begin iterator, the begin iterator is returned.
a GLib.SequenceIter pointing to the previous position before iter
The GLib.SequenceIter struct is an opaque data type representing an iterator pointing into a GLib.Sequence.