threadsAddTimeoutSeconds

A wrapper for the common usage of gdk_threads_add_timeout_seconds_full() assigning the default priority, #G_PRIORITY_DEFAULT.

For details, see gdk_threads_add_timeout_full().

uint
threadsAddTimeoutSeconds
(,
GSourceFunc function_
,
void* data
)

Parameters

interval uint

the time between calls to the function, in seconds

function_ GSourceFunc

function to call

data void*

data to pass to @function

Return Value

Type: uint

the ID (greater than 0) of the event source.

Meta

Since

2.14