VariantType.array


Description:

public VariantType.array (VariantType element)

Constructs the type corresponding to an array of elements of the type type.

It is appropriate to call g_variant_type_free on the return value.

Parameters:

element

a VariantType

Returns:

a new array VariantType

Since 2.24