Since 2.24
VariantType.newArray
glib.variant_type.VariantType newArray(glib.variant_type.VariantType element)Constructs the type corresponding to an array of elements of the type type.
It is appropriate to call [glib.variant_type.VariantType.free] on the return value.
Parameters
element | a #GVariantType |
Returns
a new array #GVariantType