Package: glib

Function glib:timeout-source-new

Lambda List

glib:timeout-source-new (interval)

Arguments

interval -- an integer with the timeout interval in milliseconds

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.
 

See also

2024-11-6