i-cal-mime
gchar * (*ICalMimeParseFunc) (gchar *bytes, size_t size, gpointer user_data);
gchar *bytes
size_t size
gpointer user_data
bytes
the bytes to process.
size
the length of the bytes array
user_data
the user data
A ICalComponent as a string
ICalComponent * i_cal_mime_parse (ICalMimeParseFunc func, gpointer user_data);
ICalMimeParseFunc func
Parses data to ICalComponent using the given function.
func
The parsing function.
The date given to func .
The parsed ICalComponent.
[transfer full]
Since: 1.0