Function

EDataCalCalBackendSExpfunc_time_now

Declaration [src]

ESExpResult*
e_cal_backend_sexp_func_time_now (
  ESExp* esexp,
  gint argc,
  ESExpResult** argv,
  gpointer data
)

Description [src]

Processes the (time-now) sexp expression.

This function is not directly available to language bindings.

Parameters

esexp

Type: ESExp*

An ESExp object.

The data is owned by the caller of the function.
argc

Type: gint

Number of arguments.

argv

Type: ESExpResult**

The arguments.

The data is owned by the caller of the function.
data

Type: gpointer

Closure data.

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

Return value

Type: ESExpResult*

The result of the function.

The data is owned by the called function.