get_values
Description:
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 |
Returns:
A list of string elements representing the parameter's values. |