Method
GLibTuplesindex
deprecated: 2.26
Declaration [src]
gpointer
g_tuples_index (
GTuples* tuples,
gint index_,
gint field
)
Description [src]
Gets a field from the records returned by g_relation_select(). It returns the given field of the record at the given index. The returned value should not be changed.
Deprecated since: 2.26
Rarely used API.