Struct

GimpParamSpecValueArray

Description [src]

struct GimpParamSpecValueArray {
  GParamSpec parent_instance;
  GParamSpec* element_spec;
  gint fixed_n_elements;
}

A GParamSpec derived structure that contains the meta data for value array properties.

Structure members
parent_instance

Private GParamSpec portion.

element_spec

The GParamSpec of the array elements.

fixed_n_elements

Default length of the array.