|
Libical API Documentation 4.0 STABLE VERSION [Visit the v3.0 documentation]
|
Implements the data structure for calendar clusters. More...
Go to the source code of this file.
Implements the data structure for calendar clusters.
Definition in file icalcluster.c.
| icalerrorenum icalcluster_add_component | ( | icalcluster * | cluster, |
| icalcomponent * | child ) |
Definition at line 148 of file icalcluster.c.
| icalcluster * icalcluster_clone | ( | const icalcluster * | old | ) |
Deep clone an icalcluster to a new one.
Deeply clone an icalcluster. Returns a pointer to the memory for the newly cloned icalcluster.
Definition at line 70 of file icalcluster.c.
| void icalcluster_commit | ( | icalcluster * | cluster | ) |
Definition at line 124 of file icalcluster.c.
| int icalcluster_count_components | ( | icalcluster * | cluster, |
| icalcomponent_kind | kind ) |
Definition at line 170 of file icalcluster.c.
| void icalcluster_free | ( | icalcluster * | cluster | ) |
Definition at line 84 of file icalcluster.c.
| icalcomponent * icalcluster_get_component | ( | const icalcluster * | cluster | ) |
Definition at line 131 of file icalcluster.c.
| icalcomponent * icalcluster_get_current_component | ( | icalcluster * | cluster | ) |
Iterate through components.
Definition at line 179 of file icalcluster.c.
| icalcomponent * icalcluster_get_first_component | ( | icalcluster * | cluster | ) |
Definition at line 186 of file icalcluster.c.
| icalcomponent * icalcluster_get_next_component | ( | icalcluster * | cluster | ) |
Definition at line 193 of file icalcluster.c.
| int icalcluster_is_changed | ( | const icalcluster * | cluster | ) |
Definition at line 110 of file icalcluster.c.
| const char * icalcluster_key | ( | const icalcluster * | cluster | ) |
Definition at line 103 of file icalcluster.c.
| void icalcluster_mark | ( | icalcluster * | cluster | ) |
Definition at line 117 of file icalcluster.c.
| icalcluster * icalcluster_new | ( | const char * | key, |
| icalcomponent * | data ) |
Create a cluster with a key/value pair.
Definition at line 39 of file icalcluster.c.
| icalerrorenum icalcluster_remove_component | ( | icalcluster * | cluster, |
| icalcomponent * | child ) |
Definition at line 159 of file icalcluster.c.