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 install_property in a GObjects's instance_init function.
name |
canonical name of the property specified |
nick |
nick name for the property specified |
blurb |
description of the property specified |
element_spec |
GParamSpec of the array |
flags |
flags for the property specified |
a newly created parameter specification |