DeprecatedconstructorOptionalDeprecatedproperties: Partial<{ len: number }>Deprecated 2.26destroyFrees 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.
Deprecated 2.26indexGets 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_: number
the index of the record.
Deprecatedfield: number
the 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