package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_display
]
type Metadata.ty +=
  1. | T : [ `Wl_display ] Metadata.ty
type versions = [
  1. | `V1
]
val interface : string
val version : int32
module Error : sig ... end

Global error values.

val requests : int -> string * (string * [> `New_ID of string option ]) list
val events : int -> string * (string * [> `Object of 'a option | `String | `Uint ]) list