14#include "libical_ical_export.h"
18LIBICAL_ICAL_EXPORT
int *icallangbind_new_array(
unsigned int size);
20LIBICAL_ICAL_EXPORT
void icallangbind_free_array(
int *array);
22LIBICAL_ICAL_EXPORT
int icallangbind_access_array(
int *array,
int index);
24LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_first_property(icalcomponent *c,
27LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_next_property(icalcomponent *c,
30LIBICAL_ICAL_EXPORT icalcomponent *icallangbind_get_first_component(icalcomponent *c,
33LIBICAL_ICAL_EXPORT icalcomponent *icallangbind_get_next_component(icalcomponent *c,
36LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_first_parameter(icalproperty *prop);
38LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_next_parameter(icalproperty *prop);
40LIBICAL_ICAL_EXPORT
const char *icallangbind_property_eval_string(icalproperty *prop,
43LIBICAL_ICAL_EXPORT
char *icallangbind_property_eval_string_r(icalproperty *prop,
46LIBICAL_ICAL_EXPORT
int icallangbind_string_to_open_flag(
const char *str);
48LIBICAL_ICAL_EXPORT
const char *icallangbind_quote_as_ical(
const char *str);
50LIBICAL_ICAL_EXPORT
char *icallangbind_quote_as_ical_r(
const char *str);