Method

ICalGLibPropertyas_ical_string

since: 1.0

Declaration [src]

gchar*
i_cal_property_as_ical_string (
  ICalProperty* prop
)

Description [src]

Converts a ICalProperty to a string representation.

Available since: 1.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.