append_attribute_with_value_take


Description:

[ Version ( since = "3.60" ) ]
public void append_attribute_with_value_take (owned VCardAttribute attr, owned string value)

Appends attr to this, setting it to value.

This takes ownership of attr and the value.

This is a convenience wrapper around add_value_take and append_attribute.

See also append_attribute_with_value, add_attribute_with_value

Parameters:

this

an VCard

attr

an VCardAttribute to append

value

a value to assign to the attribute