get_value


Description:

public static unowned Value? get_value (Value value, uint index)

Gets the value that is a member of the list contained in value and has the index index.

Parameters:

value

a Value of type GST_TYPE_LIST

index

index of value to get from the list

Returns:

the value at the given index