Package: glib

Function g-timeout-source-new-seconds

Lambda List

g-timeout-source-new-seconds (interval)

Arguments

interval -- an integer with the timeout interval in seconds

Return Value

The newly created g-source timeout source.

Details

Creates a new timeout source. The source will not initially be associated with any context and must be added to one with the g-source-attach function before it will be executed.

The scheduling granularity/accuracy of this timeout source will be in seconds.
 

See also

2021-12-10