Since 2.24
VariantType.newTuple
glib.variant_type.VariantType newTuple(glib.variant_type.VariantType[] items)Constructs a new tuple type, from items.
length is the number of items in items, or -1 to indicate that items is null-terminated.
It is appropriate to call [glib.variant_type.VariantType.free] on the return value.
Parameters
items | an array of #GVariantTypes, one for each item |
Returns
a new tuple #GVariantType