Function
Camelsearch_util_make_time
unstable since: 3.58
Declaration [src]
time_t
camel_search_util_make_time (
gint argc,
CamelSExpResult** argv
)
Description [src]
Implementation of ‘make-time’ function, which expects one argument, a string or an integer, to be converted into time_t.
Available since: 3.58
Parameters
argc-
Type:
gintNumber of arguments in
argv. argv-
Type:
CamelSExpResultArray or arguments.
The data is owned by the caller of the function.