Gimp.ParamSpecValueArray
const Gimp = imports.gi.Gimp;
let paramSpecValueArray = new Gimp.ParamSpecValueArray({
fixed_n_elements: value
});
A GObject.ParamSpec derived structure that contains the meta data for value array properties.
const Gimp = imports.gi.Gimp;
let paramSpecValueArray = new Gimp.ParamSpecValueArray({
fixed_n_elements: value
});
A GObject.ParamSpec derived structure that contains the meta data for value array properties.