Function

Gst-1.0Gstparam_spec_arraySince 1.14

  • 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 g_object_class_install_property() 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

    • element_spec: GObject.ParamSpec

      GParamSpec of the array

    • flags: ParamFlags

      flags for the property specified

    Returns GObject.ParamSpec

    a newly created parameter specification

    1.14