VCardAttribute
Description:
[ CCode ( has_construct_function = false ) ]
public VCardAttribute (string? attr_group, string attr_name)
public VCardAttribute (string? attr_group, string attr_name)
Creates a new VCardAttribute with the specified group and attribute names.
The attr_group may be null or the empty string if no group is needed.
Parameters:
| attr_group |
a group name |
| attr_name |
an attribute name |
Returns:
|
A new VCardAttribute. |