[ CCode ( has_construct_function = false ) ]
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.
attr_group |
a group name |
attr_name |
an attribute name |
A new VCardAttribute. |