paramSpecValueArray
fun paramSpecValueArray(name: String, nick: String? = null, blurb: String? = null, elementSpec: ParamSpec, flags: ParamFlags): ParamSpec
Creates a new #GParamSpecValueArray instance specifying a %G_TYPE_VALUE_ARRAY property. %G_TYPE_VALUE_ARRAY is a %G_TYPE_BOXED type, as such, #GValue structures for this property can be accessed with g_value_set_boxed() and g_value_get_boxed().
See g_param_spec_internal() for details on property names.
Return
a newly created parameter specification
Parameters
name
canonical name of the property specified
nick
nick name for the property specified
blurb
description of the property specified
elementSpec
a #GParamSpec describing the elements contained in arrays of this property, may be null
flags
flags for the property specified