Gimp.value_set_static_object_array
function value_set_static_object_array(value: Any, object_type: GObject.Type, data: Array(GObject.Object)): void {
// Gjs wrapper for gimp_value_set_static_object_array()
}
Sets the contents of value to data, without copying the 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