get_core_object_array


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public (unowned Object)[] get_core_object_array (string property_name)

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

Getting these with [method@GObject.Object.get] or [method@GObject.Object.get_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.get].

Parameters:

this

a ProcedureConfig

property_name

the name of a GimpParamSpecCoreObjectArray param spec.

Returns:

an array of Objects.