Function
Gimpcore_object_array_get_length
Declaration [src]
gsize
gimp_core_object_array_get_length (
  GObject** array
)
Parameters
- array
- 
            Type: GObjectA NULL-terminated array of objects.The data is owned by the caller of the function. 
Return value
Type: gsize
The number of GObject in array.