Function

ICalGLibRecurrenceskip_to_string

since: 2.0

Declaration [src]

const gchar*
i_cal_recurrence_skip_to_string (
  ICalRecurrenceSkip kind
)

Description [src]

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

Available since: 2.0

Parameters

kind

Type: ICalRecurrenceSkip

The frequency enum.

Return value

Type: const gchar*

The string representation of skip.

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