append_attribute_with_value
Description:
[ Version ( since = "2.32" ) ]
public void append_attribute_with_value (owned VCardAttribute attr, string value)
public void append_attribute_with_value (owned VCardAttribute attr, string value)
Appends attr to this, setting it to value.
This takes ownership of attr.
This is a convenience wrapper around add_value and append_attribute.
Parameters:
| this |
an VCard |
| attr |
an VCardAttribute to append |
| value |
a value to assign to the attribute |