22 #include "libical_icalss_export.h" 23 #include "icalcomponent.h" 32 LIBICAL_ICALSS_EXPORT
void icalcluster_free(
icalcluster *cluster);
34 LIBICAL_ICALSS_EXPORT
const char *icalcluster_key(
icalcluster *cluster);
36 LIBICAL_ICALSS_EXPORT
int icalcluster_is_changed(
icalcluster *cluster);
38 LIBICAL_ICALSS_EXPORT
void icalcluster_mark(
icalcluster *cluster);
40 LIBICAL_ICALSS_EXPORT
void icalcluster_commit(
icalcluster *cluster);
44 LIBICAL_ICALSS_EXPORT
int icalcluster_count_components(
icalcluster *cluster,
45 icalcomponent_kind kind);
icalerrorenum
Represents the different types of errors that can be triggered in libical.
Definition: icalerror.h:76
Error handling for libical.
Definition: icalcomponent.c:34
Definition: icalclusterimpl.h:27