Package: glib
Function glib:idle-source-new
Lambda Listglib: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 | 
2025-05-22