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 [method@GLib.VariantType.free] on the return value.
Parameters:
| items |
an array of types, one for each item |
| length |
the length of |
Returns:
|
a new tuple type Since 2.24 |