TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.14
Moves the item pointed to by src to the position indicated by dest. After calling this function dest will point to the position immediately after src. It is allowed for src and dest to point into different sequences.
src
dest
a GLib.SequenceIter pointing to the item to move
a GLib.SequenceIter pointing to the position to which the item is moved
2.14
Moves the item pointed to by
srcto the position indicated bydest. After calling this functiondestwill point to the position immediately aftersrc. It is allowed forsrcanddestto point into different sequences.