Sequence.insertBefore

Inserts a new item just before the item pointed to by iter. Since 2.14

class Sequence
static
insertBefore

Parameters

iter SequenceIter

a GSequenceIter

data void*

the data for the new item

Return Value

an iterator pointing to the new item

Meta