Module Glib.Idle

module Idle: sig .. end

type id 
val add : ?prio:int -> (unit -> bool) -> id
val remove : id -> unit