Struct
GimpCoreObjectArray
Description [src]
typedef GObject** GimpCoreObjectArray
A boxed type which is nothing more than an alias to a NULL
-terminated array
of GObject
. 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
gimp_core_object_array_get_length()
might be convenient.