package efl

  1. Overview
  2. Docs
exception Not_X
exception Not_Wayland
type cb = unit -> unit
type task_cb = unit -> bool
type timer
type window
type x_window
type wl_window
type pos_map = [
  1. | `accelerate
  2. | `accelerate_factor
  3. | `bounce
  4. | `decelerate
  5. | `decelerate_factor
  6. | `divisor_interp
  7. | `linear
  8. | `sinusoidal
  9. | `sinusoidal_factor
  10. | `spring
]
val x_window_focus : x_window -> unit
val main_loop_thread_safe_call_sync : cb -> unit
val call : (unit -> 'a) -> 'a
OCaml

Innovation. Community. Security.