value_set_static_int32_array
Description:
public void value_set_static_int32_array (
Value value,
int32[] data)
Sets the contents of value to data, without copying the data.
Parameters:
| value |
A valid value of type gimp_type_int32_array
|
| data |
A int32 array
|
| length |
The number of elements in data
|