20 #ifndef ICALLANGBIND_H 21 #define ICALLANGBIND_H 23 #include "libical_ical_export.h" 24 #include "icalcomponent.h" 25 #include "icalproperty.h" 27 LIBICAL_ICAL_EXPORT
int *icallangbind_new_array(
int size);
29 LIBICAL_ICAL_EXPORT
void icallangbind_free_array(
int *array);
31 LIBICAL_ICAL_EXPORT
int icallangbind_access_array(
int *array,
int index);
33 LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_first_property(
icalcomponent *c,
36 LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_next_property(
icalcomponent *c,
45 LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_first_parameter(icalproperty *prop);
47 LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_next_parameter(icalproperty *prop);
49 LIBICAL_ICAL_EXPORT
const char *icallangbind_property_eval_string(icalproperty *prop,
52 LIBICAL_ICAL_EXPORT
char *icallangbind_property_eval_string_r(icalproperty *prop,
55 LIBICAL_ICAL_EXPORT
int icallangbind_string_to_open_flag(
const char *str);
57 LIBICAL_ICAL_EXPORT
const char *icallangbind_quote_as_ical(
const char *str);
59 LIBICAL_ICAL_EXPORT
char *icallangbind_quote_as_ical_r(
const char *str);
Definition: icalcomponent.c:33