Method
ICalGLibParserget_line
since: 1.0
Declaration [src]
gchar*
i_cal_parser_get_line (
ICalParser* parser,
ICalParserLineGenFunc func,
gpointer user_data
)
Description [src]
Given a line generator function, returns a single iCal content line.
Available since: 1.0
Parameters
func
-
Type:
ICalParserLineGenFunc
A line generator function.
user_data
-
Type:
gpointer
The data given to
func
.The argument can be NULL
.The data is owned by the caller of the method.