Module GMain.Timeout

type id = Glib.Timeout.id
val add : ms:int -> callback:(unit -> bool) -> id
val remove : id -> unit