Module GMain.Idle


module Idle: sig .. end

type id = Glib.Idle.id 
val add : ?prio:int -> (unit -> bool) -> id
val remove : id -> unit