the name of the new parameter
Appends value
to param'
s list of values.
a string value to add
Makes a copy of param
and all its values.
Frees param
and its values.
Gets the name of param
.
For example, for the only parameter of the vCard attribute: |[ TEL;TYPE=WORK,VOICE:(111) 555-1212
this would return <code>TYPE</code> (which is string-equivalent to
%EVC_TYPE).
Gets the list of values from param
. The list and its
contents are owned by param,
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 <code>WORK</code>, <code>VOICE</code>.
Removes and frees all values from param
.
Creates a new parameter named name
.
the name of the new parameter
Creates a new parameter named
name
.