package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Role : t
  2. | Defunct_surfaces : t
  3. | Not_the_topmost_popup : t
  4. | Invalid_popup_parent : t
  5. | Invalid_surface_state : t
  6. | Invalid_positioner : t
val to_int32 : t -> int32
val of_int32 : int32 -> t