get_values_decoded


Description:

public unowned List<StringBuilder> get_values_decoded ()

Gets the ordered list of values from this, decoding them if necessary according to the encoding given in the vCard’s <code>ENCODING</code> attribute.

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

This may be called on a single-valued attribute (i.e. one for which is_single_valued returns true) and will return a one-element list in that case. Alternatively, use get_value_decoded in such cases.

Parameters:

this

an VCardAttribute

Returns:

A list of values of type StringBuilder.