get_core_object_array


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "3.0" ) ]
public unowned Object[] get_core_object_array (int index)

Return a pointer to the value at index contained in this.

This value is supposed to be a [type@CoreObjectArray].

*Note*: most of the time, you should use the generic [method@Gimp.ValueArray.index] to retrieve a value, then the relevant `g_value_get_* ()` function. This alternative function is mostly there for bindings because GObject-Introspection is [not able yet to process correctly known boxed array types](https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/492).

There are no reasons to use this function in C code.

Parameters:

this

ValueArray to get a value from

index

index of the value of interest

Returns:

the [type@CoreObjectArray] stored at index in this.