22#include "libical_ical_export.h"
26LIBICAL_ICAL_EXPORT
int *icallangbind_new_array(
int size);
28LIBICAL_ICAL_EXPORT
void icallangbind_free_array(
int *array);
30LIBICAL_ICAL_EXPORT
int icallangbind_access_array(
int *array,
int index);
32LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_first_property(
icalcomponent *c,
35LIBICAL_ICAL_EXPORT icalproperty *icallangbind_get_next_property(
icalcomponent *c,
44LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_first_parameter(icalproperty *prop);
46LIBICAL_ICAL_EXPORT icalparameter *icallangbind_get_next_parameter(icalproperty *prop);
48LIBICAL_ICAL_EXPORT
const char *icallangbind_property_eval_string(icalproperty *prop,
51LIBICAL_ICAL_EXPORT
char *icallangbind_property_eval_string_r(icalproperty *prop,
54LIBICAL_ICAL_EXPORT
int icallangbind_string_to_open_flag(
const char *str);
56LIBICAL_ICAL_EXPORT
const char *icallangbind_quote_as_ical(
const char *str);
58LIBICAL_ICAL_EXPORT
char *icallangbind_quote_as_ical_r(
const char *str);
Definition icalcomponent.c:36