gst.param_spec_array

Module for [ParamSpecArray] class

Types 1

A GParamSpec derived structure for arrays of values.

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