Function

ICalGLibRecurrencefrequency_to_string

since: 2.0

Declaration [src]

const gchar*
i_cal_recurrence_frequency_to_string (
  ICalRecurrenceFrequency kind
)

Description [src]

Converts an enum representation to a string representation for the frequency.

Available since: 2.0

Parameters

kind

Type: ICalRecurrenceFrequency

The frequency enum.

Return value

Type: const gchar*

The string representation of frequency.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.