Gimp.value_take_object_array

function value_take_object_array(value: Any, object_type: GObject.Type, data: Array(GObject.Object)): void {
    // Gjs wrapper for gimp_value_take_object_array()
}
  

Sets the contents of value to data, and takes ownership of data.

value

A valid value of type %GIMP_TYPE_OBJECT_ARRAY

object_type

The GLib.Type of the object elements

data

A GObject.Object array