[ 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.
| this | |
| index |
an index of the value to receive, counting from zero |
|
a value at index |