Method
GimpValueArrayindex
Declaration [src]
GValue*
gimp_value_array_index (
const GimpValueArray* value_array,
gint index
)
Description [src]
Return a pointer to the value at index
contained in value_array
.
Available since: | 2.10 |
Return value
Returns: | GValue |
Pointer to a value at |
|
The data is owned by the instance. |