a comes before b, 0 if they are
equal, and a positive number if a comes after b
int compare(glib.sequence_iter.SequenceIter b)Returns 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.
b | a #GSequenceIter |
a comes before b, 0 if they are
equal, and a positive number if a comes after b