insert_before


Description:

[ CCode ( cname = "g_sequence_insert_before" ) ]
public SequenceIter<G> insert_before (owned G data)

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

Parameters:

data

the data for the new item

iter

a SequenceIter

Returns:

an iterator pointing to the new item