Method

ICalGLibRecurrenceto_string

since: 1.0

Declaration [src]

gchar*
i_cal_recurrence_to_string (
  ICalRecurrence* recur
)

Description [src]

Converts a ICalRecurrence to a string.

Available since: 1.0

Return value

Type: gchar*

The string representation of recur.

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.