threads_add_timeout_seconds
Description:
[ Version ( since = "2.14" ) ]
public uint threads_add_timeout_seconds (uint interval, SourceFunc function)
A wrapper for the common usage of threads_add_timeout_seconds_full assigning the default priority, DEFAULT.
For details, see threads_add_timeout_full.
Parameters:
interval |
the time between calls to the function, in seconds |
function |
function to call |
data |
data to pass to |
Returns:
the ID (greater than 0) of the event source. |
Namespace: Gdk
Package: gdk-3.0