pub type GParamSpecValueArray = _GParamSpecValueArray;Expand description
GParamSpecValueArray: @parent_instance: private #GParamSpec portion @element_spec: a #GParamSpec describing the elements contained in arrays of this property, may be %NULL @fixed_n_elements: if greater than 0, arrays of this property will always have this many elements
A #GParamSpec derived structure that contains the meta data for #GValueArray properties.
Aliased Type§
#[repr(C)]pub struct GParamSpecValueArray {
pub parent_instance: _GParamSpec,
pub element_spec: *mut _GParamSpec,
pub fixed_n_elements: u32,
}Fields§
§parent_instance: _GParamSpec§element_spec: *mut _GParamSpec§fixed_n_elements: u32