Function
Gimpvalue_set_uint8_array
Declaration [src]
void
gimp_value_set_uint8_array (
GValue* value,
const guint8* data,
gsize length
)
Parameters
value |
GValue |
A valid value of type |
|
The data is owned by the caller of the function. | |
data |
An array of guint8 |
A #guint8 array. |
|
The length of the array is specified in the length argument. | |
The data is owned by the caller of the function. | |
length |
gsize |
The number of elements in |