get_values


Description:

public unowned List<string> get_values ()

Gets the list of values from this.

The list and its contents are owned by this, and must not be freed.

For example, for the <code>TYPE</code> parameter of the vCard attribute:

TEL;TYPE=WORK,VOICE:(111) 555-1212
this would return the list <code>WORK</code>, <code>VOICE</code>.

Parameters:

this

an VCardAttributeParam

Returns:

A list of string elements representing the parameter's values.