Sequence.swap
void swap(glib.sequence_iter.SequenceIter a, glib.sequence_iter.SequenceIter b)Swaps the items pointed to by a and b. It is allowed for a and b to point into difference sequences.
Parameters
a | a #GSequenceIter |
b | a #GSequenceIter |