TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Creates a new idle source.
The source will not initially be associated with any GLib.MainContext and must be added to one with GLib.Source.attach before it will be executed. Note that the default priority for idle sources is GLib.PRIORITY_DEFAULT_IDLE, as compared to other sources which have a default priority of GLib.PRIORITY_DEFAULT.
the newly-created idle source
Creates a new idle source.
The source will not initially be associated with any GLib.MainContext and must be added to one with GLib.Source.attach before it will be executed. Note that the default priority for idle sources is GLib.PRIORITY_DEFAULT_IDLE, as compared to other sources which have a default priority of GLib.PRIORITY_DEFAULT.