package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Possible values to use in request_mode and the event mode..

type t =
  1. | None : t
  2. | Client : t
  3. | Server : t
val to_int32 : t -> int32
val of_int32 : int32 -> t