Function
ICalGLibRecurrenceskip_from_string
since: 2.0
Declaration [src]
ICalRecurrenceSkip
i_cal_recurrence_skip_from_string (
const gchar* str
)
Description [src]
Converts a string representation to an enum representation for the skip.
Available since: 2.0
Parameters
str
-
Type:
const gchar*
The string representation of the skip.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: ICalRecurrenceSkip
The enum representation of the skip.