Package: glib

Function glib:idle-source-new

Lambda List

glib:idle-source-new ()

Return Value

The newly created g:source idle source.

Details

Creates a new idle 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. Note that the default priority for idle sources is g:+priority-default-idle+, as compared to other sources which have a default priority of g:+priority-default+.
 

See also

2024-11-6