The #GTuples struct is used to return records (or tuples) from the
#GRelation by glib.relation.Relation.select. It only contains one public
member - the number of records that matched. To access the matched
records, you must use glib.tuples.Tuples.index.
The #GTuples struct is used to return records (or tuples) from the #GRelation by glib.relation.Relation.select. It only contains one public member - the number of records that matched. To access the matched records, you must use glib.tuples.Tuples.index.