VariantType.tuple
Description:
Constructs a new tuple type, from items.
items.length is the number of items in items, or -1 to indicate that items is
null-terminated.
It is appropriate to call g_variant_type_free on the return value.
Parameters:
| items |
an array of VariantTypes, one for each item |
| length |
the length of |
Returns:
|
a new tuple VariantType Since 2.24 |