Function
GLibSequenceswap
since: 2.14
Declaration [src]
void
g_sequence_swap (
GSequenceIter* a,
GSequenceIter* b
)
Description [src]
Swaps the items pointed to by a
and b
. It is allowed for a
and b
to point into difference sequences.
Available since: 2.14
Parameters
a
-
Type:
GSequenceIter
A
GSequenceIter
.The data is owned by the caller of the function. b
-
Type:
GSequenceIter
A
GSequenceIter
.The data is owned by the caller of the function.