Function

ICalGLibRecurrencefrequency_from_string

since: 2.0

Declaration [src]

ICalRecurrenceFrequency
i_cal_recurrence_frequency_from_string (
  const gchar* str
)

Description [src]

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

Available since: 2.0

Parameters

str

Type: const gchar*

The string representation of the frequency.

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

Return value

Type: ICalRecurrenceFrequency

The enum representation of the frequency.