i-cal-mime
#include <i-cal-component>
ICalComponent * i_cal_mime_parse (gchar* (*func) (gchar *,size_t,void *), void *data);
gchar* (*func) (gchar *,size_t,void *)
void *data
Parse from the data to ICalComponent.
func
The parsing function.
data
The source to be parsed.
The ICalComponent parsed from data .
[transfer full]
Since 1.0