get_attribute_if_parsed


Description:

[ Version ( since = "3.4" ) ]
public unowned VCardAttribute? get_attribute_if_parsed (string name)

Similar to get_attribute but this method will not attempt to parse the vCard if it is not already parsed.

Parameters:

this

an VCard

name

the name of the attribute to get

Returns:

An VCardAttribute if found, or null.