Sequence.prepend
glib.sequence_iter.SequenceIter prepend(void * data = null)Adds a new item to the front of seq
Parameters
data | the data for the new item |
Returns
an iterator pointing to the new item
glib.sequence_iter.SequenceIter prepend(void * data = null)Adds a new item to the front of seq
data | the data for the new item |