Function
Mtktimeout_add_seconds_once
Declaration [src]
guint
mtk_timeout_add_seconds_once (
unsigned int interval,
GSourceOnceFunc function,
gpointer data
)
Parameters
interval-
Type:
unsigned intThe time after which the function will be called, in seconds.
function-
Type:
GSourceOnceFuncFunction to call.
data-
Type:
gpointerData to pass to
function.The argument can be NULL.The data is owned by the caller of the function.