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
index | the index of the record. |
field | the field to return. |
Returns
the field of the record.
Deprecated
Rarely used API