struct GLib::Tuples
- GLib::Tuples
- Struct
- Value
- Object
Overview
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().
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/tuples.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGLib::Tuples, _transfer : GICrystal::Transfer)
- .new(len : UInt32 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
-
#destroy : Nil
DEPRECATED
-
#index(index_ : Int32, field : Int32) : Pointer(Void) | Nil
DEPRECATED
- #len(*args, **options)
- #len(*args, **options, &)
- #len=(arg)