VariantType.newTuple

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 glib.variant_type.VariantType[]

an array of #GVariantTypes, one for each item

Return Value

Type: glib.variant_type.VariantType

a new tuple #GVariantType

Since 2.24