ValueArray.getNth

gobject.value.Value getNth(uint index)

Return a pointer to the value at index_ containd in value_array.

Parameters

indexindex of the value of interest

Returns

pointer to a value at index_ in value_array

Deprecated

Use g_array_index() instead.