Function
Gimpint32_array_get_values
Declaration [src]
const gint32*
gimp_int32_array_get_values (
  GimpArray* array,
  gsize* length
)
Parameters
- array
- 
            Type: GimpArrayThe GimpArrayrepresenting #int32 values.The data is owned by the caller of the function. 
- length
- 
            Type: gsize*The number of #int32 values in the returned array. The argument will be set by the function.