18#include "libical_ical_export.h"
21LIBICAL_ICAL_EXPORT
int *icallangbind_new_array(
unsigned int size);
23LIBICAL_ICAL_EXPORT
void icallangbind_free_array(
int *array);
25LIBICAL_ICAL_EXPORT
int icallangbind_access_array(
const int *array,
int index);
27LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_first_property(icalcomponent *c,
30LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_next_property(icalcomponent *c,
33LIBICAL_ICAL_EXPORT icalcomponent *icallangbind_get_first_component(icalcomponent *c,
36LIBICAL_ICAL_EXPORT icalcomponent *icallangbind_get_next_component(icalcomponent *c,
39LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_first_parameter(icalproperty *prop);
41LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_next_parameter(icalproperty *prop);
43LIBICAL_ICAL_EXPORT
const char *icallangbind_property_eval_string(icalproperty *prop,
46LIBICAL_ICAL_EXPORT
char *icallangbind_property_eval_string_r(icalproperty *prop,
49LIBICAL_ICAL_EXPORT
int icallangbind_string_to_open_flag(
const char *str);
51LIBICAL_ICAL_EXPORT
const char *icallangbind_quote_as_ical(
const char *str);
53LIBICAL_ICAL_EXPORT
char *icallangbind_quote_as_ical_r(
const char *str);