Package: glib
Function glib:timeout-source-new-seconds
Lambda Listglib:timeout-source-new-seconds (interval) ArgumentsReturn ValueThe 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 | 
2025-05-22