Gimp.ValueArray.prototype.prepend

function prepend(value: Any): Gimp.ValueArray {
    // Gjs wrapper for gimp_value_array_prepend()
}
  

Insert a copy of value as first element of value_array. If value is null, an uninitialized value is prepended.

Since 2.10

value

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

Returns

the Gimp.ValueArray passed in as value_array