Tuples.index

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.

More...
class Tuples
void*
index
(
int index
,
int field
)

Parameters

index int

the index of the record.

field int

the field to return.

Return Value

Type: void*

the field of the record.

Detailed Description

Deprecated: Rarely used API