paramSpecArray

fngobject.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

namecanonical name of the property specified
nicknick name for the property specified
blurbdescription of the property specified
elementSpecGParamSpec of the array
flagsflags for the property specified

Returns

a newly created parameter specification