Glib.IdleSourceIdle callbacks - functions called when the main loop is idle
Idle source ID
add callback adds a function to be called whenever there are no higher priority events pending in the main loop. The callback should return true to continue being called, or false to be removed.