Gimp.core_object_array_get_length

function core_object_array_get_length(array: GObject.Object): Number(gsize) {
    // Gjs wrapper for gimp_core_object_array_get_length()
}
  
array

a null-terminated array of objects.

Returns

the number of [class@GObject.Object] in array.