Method
GObjectValueArrayget_nth
deprecated: 2.32
Description
Return a pointer to the value at index_
containd in value_array
.
Deprecated since: 2.32
Use g_array_index()
instead.
Return value
Type: GValue
Pointer to a value at index_
in value_array
.
The data is owned by the instance. |