VCardAttributeParam
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_vcard_attribute_param_get_type ()" ) ]
[ Compact ]
public class VCardAttributeParam
Content:
Creation methods:
Methods:
- public void add_value (string value)
Appends value
to this's
list of values.
- public VCardAttributeParam copy ()
Makes a copy of this and all its
values.
- public void free ()
Frees this and its values.
- public unowned string get_name ()
Gets the name of this.
- public unowned List<string> get_values ()
Gets the list of values from this.
- public void remove_values ()
Removes and frees all values from this
.