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 TYPE parameter of the vCard attribute:

TEL;TYPE=WORK,VOICE:(111) 555-1212

this would return the list WORK, VOICE.

Parameters:

this

an VCardAttributeParam

Returns:

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