Method

ICalGLibVcardPropertyas_vcard_string

unstable since: 4.0

Declaration [src]

gchar*
i_cal_vcard_property_as_vcard_string (
  ICalVcardProperty* prop
)

Description [src]

Converts an ICalVcardProperty to a string representation.

Available since: 4.0

Return value

Type: gchar*

The string representation of prop.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.