set_core_object_array


Description:

public void set_core_object_array (string property_name, Object[] objects)

A function for bindings to set a [type@CoreObjectArray] property.

Setting these with [method@GObject.Object.set] or [method@GObject.Object.set_property] won't work for the time being so all our boxed array types must be set and get using alternative functions instead.

C plug-ins should just use [method@GObject.Object.set].

Parameters:

this

a ProcedureConfig

property_name

the name of a GimpParamSpecCoreObjectArray param spec.

objects

an array of Objects.

n_objects

the numbers of objects.