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