Sequence.prepend

glib.sequence_iter.SequenceIter prepend(void * data = null)

Adds a new item to the front of seq

Parameters

datathe data for the new item

Returns

an iterator pointing to the new item