Gimp »

Gimp.Array

const Gimp = imports.gi.Gimp;

let array = new Gimp.Array({
    data: value
    length: value
    static_data: value
});
  

Constructors

  • Gimp.Array.new

Methods

  • Gimp.Array.prototype.copy
  • Gimp.Array.prototype.free

Fields

  • data
  • length
  • static_data

More Information

  • Gimp