Tuples
class Tuples(val glibTuplesPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)
⚠️ Deprecated ⚠️
This is deprecated since version 2.26.
Rarely used API
---The #GTuples struct is used to return records (or tuples) from the #GRelation by g_relation_select(). It only contains one public member - the number of records that matched. To access the matched records, you must use g_tuples_index().
Constructors
Link copied to clipboard
constructor()
Allocate a new Tuples.
constructor(scope: <Error class: unknown class>)
Allocate a new Tuples using the provided AutofreeScope.
constructor(len: <Error class: unknown class>)
Allocate a new Tuples.
constructor(len: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new Tuples using the provided AutofreeScope.
constructor(glibTuplesPointer: <Error class: unknown class><<Error class: unknown class>>)