Gimp.ValueArray.prototype.append

function append(value: Any): Gimp.ValueArray {
    // Gjs wrapper for gimp_value_array_append()
}
  

Insert a copy of value as last element of value_array. If value is null, an uninitialized value is appended.

Since 2.10

value

GObject.Value to copy into Gimp.ValueArray, or null

Returns

the Gimp.ValueArray passed in as value_array