GTuples

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.

More...
struct GTuples {}

Members

Variables

len
uint len;

the number of records that matched.

Detailed Description

Deprecated: Rarely used API