18#include "libical_vcard_export.h"
20#include "vcardderivedvalue.h"
22LIBICAL_VCARD_EXPORT vcardcomponent *vcardparser_parse_string(
const char *str);
23LIBICAL_VCARD_EXPORT
const char *vcardparser_errstr(
int err);
Defines the data structure representing vCard components.
vcardvalue_kind(* vcard_xprop_value_kind_func)(const char *name, void *data)
Callback function pointer to define x-property default value types.
void vcardparser_set_xprop_value_kind(vcard_xprop_value_kind_func func, void *data)
Registers a parser callback to override the default value type of an x-property.