Tuples.index

void * index(int index, int field)

Gets a field from the records returned by [glib.relation.Relation.select]. It returns the given field of the record at the given index. The returned value should not be changed.

Parameters

indexthe index of the record.
fieldthe field to return.

Returns

the field of the record.

Deprecated

Rarely used API