DeprecatedconstructorOptionalDeprecatedproperties: Partial<{ len: number }>DeprecateddestroyFrees the records which were returned by g_relation_select(). This
should always be called after g_relation_select() when you are
finished with the records. The records are not removed from the
GLib.Relation.
DeprecatedindexGets 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.
Deprecatedindex_: numberthe index of the record.
Deprecatedfield: numberthe field to return.
the field of the record.
The GLib.Tuples struct is used to return records (or tuples) from the GLib.Relation by
g_relation_select(). It only contains one public member - the number of records that matched. To access the matched records, you must useg_tuples_index().Deprecated
since 2.26: Rarely used API