/* Generated file (by generator) */ /* * SPDX-FileCopyrightText: 2015 William Yu * * SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 */ #if !defined (__LIBICAL_GLIB_H_INSIDE__) && !defined (LIBICAL_GLIB_COMPILATION) #error "Only can be included directly." #endif #ifndef I_CAL_RECUR_H #define I_CAL_RECUR_H #include #include #include G_BEGIN_DECLS typedef enum { I_CAL_RRULE_TREAT_AS_ERROR = ICAL_RRULE_TREAT_AS_ERROR, I_CAL_RRULE_IGNORE_INVALID = ICAL_RRULE_IGNORE_INVALID } ICalInvalidRruleHandling; LIBICAL_ICAL_EXPORT GArray * i_cal_recur_expand_recurrence (const gchar *rule, time_t start, gint count); LIBICAL_ICAL_EXPORT ICalRecurrenceWeekday i_cal_recurrence_weekday_from_string (const gchar *str); LIBICAL_ICAL_EXPORT const gchar * i_cal_recurrence_weekday_to_string (ICalRecurrenceWeekday kind); LIBICAL_ICAL_EXPORT ICalRecurrenceFrequency i_cal_recurrence_frequency_from_string (const gchar *str); LIBICAL_ICAL_EXPORT const gchar * i_cal_recurrence_frequency_to_string (ICalRecurrenceFrequency kind); LIBICAL_ICAL_EXPORT ICalRecurrenceSkip i_cal_recurrence_skip_from_string (const gchar *str); LIBICAL_ICAL_EXPORT const gchar * i_cal_recurrence_skip_to_string (ICalRecurrenceSkip kind); LIBICAL_ICAL_EXPORT ICalInvalidRruleHandling i_cal_recur_get_invalid_rrule_handling_setting (void); LIBICAL_ICAL_EXPORT void i_cal_recur_set_invalid_rrule_handling_setting (ICalInvalidRruleHandling value); G_END_DECLS #endif /* I_CAL_RECUR_H */