get_nth_value


Description:

[ Version ( since = "3.60" ) ]
public unowned string? get_nth_value (uint index)

Gets the value at index index (counting from zero), of the this.

The value is owned by the this and is valid until the this changes or is freed. The index can be out of bounds, then a null is returned. Use e_vcard_attribute_get_n_values() to check how many values the this has stored.

Parameters:

this

an VCardAttribute

index

an index of the value to receive, counting from zero

Returns:

a value at index index, or null, when out of bounds.