/* 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_REQSTAT_H #define I_CAL_REQSTAT_H #include #include #include G_BEGIN_DECLS #define I_CAL_TYPE_REQSTAT \ (i_cal_reqstat_get_type ()) LIBICAL_ICAL_EXPORT I_CAL_GLIB_DECLARE_DERIVABLE_TYPE(ICalReqstat, i_cal_reqstat, I_CAL, REQSTAT, ICalObject) /** * ICalReqstat: * * This is the ICalReqstat instance. */ /** * ICalReqstatClass: * * This is the ICalReqstat class. */ struct _ICalReqstatClass { /*< private >*/ ICalObjectClass parent; }; LIBICAL_ICAL_EXPORT ICalReqstat * i_cal_reqstat_new_from_string (const gchar *str); LIBICAL_ICAL_EXPORT gchar * i_cal_reqstat_to_string (ICalReqstat *stat); LIBICAL_ICAL_EXPORT ICalRequestStatus i_cal_reqstat_get_code (ICalReqstat *reqstat); LIBICAL_ICAL_EXPORT void i_cal_reqstat_set_code (ICalReqstat *reqstat, ICalRequestStatus code); LIBICAL_ICAL_EXPORT const gchar * i_cal_reqstat_get_desc (const ICalReqstat *reqstat); LIBICAL_ICAL_EXPORT const gchar * i_cal_reqstat_get_debug (const ICalReqstat *reqstat); G_END_DECLS #endif /* I_CAL_REQSTAT_H */