Sequence.get

Returns the data that iter points to. Since 2.14

class Sequence
static
void*
get

Parameters

iter SequenceIter

a GSequenceIter

Return Value

Type: void*

the data that iter points to

Meta