API Version: 2.0
Library Version: 2.80.4
Generated by gi-docgen 2024.1
deprecated: 2.26
gpointer g_tuples_index ( GTuples* tuples, gint index_, gint field )
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.
index_
Type: gint
gint
The index of the record.
field
The field to return.
Type: gpointer
gpointer
The field of the record.
NULL