/* Generated file (by generator) */ /* * Copyright (C) 2015 William Yu * * This library is free software: you can redistribute it and/or modify it * under the terms of version 2.1. of the GNU Lesser General Public License * as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see . */ #if !defined (__LIBICAL_GLIB_H_INSIDE__) && !defined (LIBICAL_GLIB_COMPILATION) #error "Only can be included directly." #endif #ifndef I_CAL_RESTRICTION_H #define I_CAL_RESTRICTION_H #include #include G_BEGIN_DECLS typedef enum { I_CAL_RESTRICTION_NONE = ICAL_RESTRICTION_NONE, I_CAL_RESTRICTION_ZERO = ICAL_RESTRICTION_ZERO, I_CAL_RESTRICTION_ONE = ICAL_RESTRICTION_ONE, I_CAL_RESTRICTION_ZEROPLUS = ICAL_RESTRICTION_ZEROPLUS, I_CAL_RESTRICTION_ONEPLUS = ICAL_RESTRICTION_ONEPLUS, I_CAL_RESTRICTION_ZEROORONE = ICAL_RESTRICTION_ZEROORONE, I_CAL_RESTRICTION_ONEEXCLUSIVE = ICAL_RESTRICTION_ONEEXCLUSIVE, I_CAL_RESTRICTION_ONEMUTUAL = ICAL_RESTRICTION_ONEMUTUAL, I_CAL_RESTRICTION_UNKNOWN = ICAL_RESTRICTION_UNKNOWN } ICalRestrictionKind; LIBICAL_ICAL_EXPORT gint i_cal_restriction_compare (ICalRestrictionKind restr, gint count); LIBICAL_ICAL_EXPORT gint i_cal_restriction_check (ICalComponent *comp); G_END_DECLS #endif /* I_CAL_RESTRICTION_H */