Sequence.append

Adds a new item to the end of seq.

class Sequence
append
(
void* data = null
)

Parameters

data void*

the data for the new item

Return Value

Type: glib.sequence_iter.SequenceIter

an iterator pointing to the new item