add_param
Description:
Prepends param
to this's list of parameters.
This takes ownership of param
(and all its values).
Duplicate parameters have their values merged, so that all parameter names in this are unique. Values are also merged so that uniqueness is preserved.
Parameters:
this | |
param |
an VCardAttributeParam to add |