Function

ICalGLibmime_parse

since: 1.0

Declaration [src]

ICalComponent*
i_cal_mime_parse (
  ICalMimeParseFunc func,
  gpointer user_data
)

Description [src]

Parses data to ICalComponent using the given function.

Available since: 1.0

Parameters

func

Type: ICalMimeParseFunc

The parsing function.

user_data

Type: gpointer

The date given to func.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: ICalComponent

The parsed ICalComponent.

The caller of the function takes ownership of the data, and is responsible for freeing it.