paramSpecArray

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 string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

elementSpec gobject.param_spec.ParamSpec

GParamSpec of the array

flags gobject.types.ParamFlags

flags for the property specified

Return Value

Type: gobject.param_spec.ParamSpec

a newly created parameter specification