package bolt

  1. Overview
  2. Docs
class type impl = object ... end
type rotation = {
  1. seconds_elapsed : float option;
  2. signal_caught : Signal.t option;
}
type t = string -> rotation -> Layout.t lazy_t -> impl
val register : string -> t -> unit
val register_unnamed : t -> string
val get : string -> t
val void : t
val file : t
val growlnotify : t
val bell : t
val say : t
val signals : bool array