gst.param_spec_array

Module for [ParamSpecArray] class

Types 1

A GParamSpec derived structure for arrays of values.

Fields
Methods
void * _cPtr()
gobject.param_spec.ParamSpec parentInstance() @propertyGet `parentInstance` field. Returns: super class
void parentInstance(gobject.param_spec.ParamSpec propval) @propertySet `parentInstance` field. Params: propval = super class
gobject.param_spec.ParamSpec elementSpec() @propertyGet `elementSpec` field. Returns: the #GParamSpec of the type of values in the array
void elementSpec(gobject.param_spec.ParamSpec propval) @propertySet `elementSpec` field. Params: propval = the #GParamSpec of the type of values in the array
Constructors
this(void * ptr, Flag!"Take" take)