package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_data_device
]
type Metadata.ty +=
  1. | T : [ `Wl_data_device ] Metadata.ty
type versions = [
  1. | `V1
  2. | `V2
  3. | `V3
]
val interface : string
val version : int32
module Error : sig ... end
val requests : int -> string * (string * [> `Object of string option | `Uint ]) list
val events : int -> string * (string * [> `Fixed | `New_ID of string option | `Object of string option | `Uint ]) list