paramSpecArray
fn
gobject.param_spec.ParamSpec paramSpecArray(string name, string nick, string blurb, gobject.param_spec.ParamSpec elementSpec, gobject.types.ParamFlags flags)This function creates a GstArray GParamSpec for use by objects/elements that want to expose properties of GstArray type. This function is typically * used in connection with [gobject.object_class.ObjectClass.installProperty] in a GObjects's instance_init function.
Parameters
name | canonical name of the property specified |
nick | nick name for the property specified |
blurb | description of the property specified |
elementSpec | GParamSpec of the array |
flags | flags for the property specified |
Returns
a newly created parameter specification