Variant.this

Creates a new tuple glib.Variant out of the items in children. The type is determined from the types of children. No entry in the children array may be NULL.

If n_children is 0 then the unit tuple is constructed.

If the children are floating references (see Variant.refSink), the new instance takes ownership of them as if via Variant.refSink.

Parameters

children Variant[]

the items to make the tuple out of

Return Value

a floating reference to a new glib.Variant tuple

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.24