Sequence.set

Changes the data for the item pointed to by iter to be data. If the sequence has a data destroy function associated with it, that function is called on the existing data that iter pointed to.

class Sequence
static
void
set

Parameters

iter glib.sequence_iter.SequenceIter

a #GSequenceIter

data void*

new data for the item