vc_new, vc_delete
- Provided by: libvc-dev (Version: 012-4)
- Source: libvc
- Report a bug
library “libvc”
#include
<vc.h>
vc_component *
vc_new();
void
vc_delete(vc_component
*vc);
vc_component *
vc_set_group(vc_component
*vc, const char
*group);
vc_component *
vc_set_name(vc_component
*vc, const char
*name);
vc_component *
vc_set_param(vc_component
*vc, vc_component_param
*vc_param);
vc_component *
vc_set_value(vc_component
*vc, const char
*value);
This is a library for vCard.
Andrew Hsu
⟨ahsu@users.sf.net⟩
Rafael Laboissière
⟨rafael@laboissiere.net⟩
Parsing parameters is not finished yet.