Method

ICalGLibVcardPropertyget_value_as_string

unstable since: 4.0

Declaration [src]

gchar*
i_cal_vcard_property_get_value_as_string (
  const ICalVcardProperty* prop
)

Description [src]

Gets the string representation of the value in ICalVcardProperty.

Available since: 4.0

Return value

Type: gchar*

The string representation of the value of the ICalVcardProperty.

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.