Gimp.CoreObjectArray

A boxed type which is nothing more than an alias to a null-terminated array of [class@GObject.Object]. No reference is being hold on contents because core objects are owned by `libgimp`.

The reason of existence for this alias is to have common arrays of objects as a boxed type easy to use as plug-in's procedure argument.

You should never have to interact with this type directly, though [func@Gimp.core_object_array_get_length] might be convenient.