Package: glib
Function g-idle-source-new
Lambda Listg-idle-source-new () Return ValueThe 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 |
2021-12-10