package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_buffer
]
type Metadata.ty +=
  1. | T : [ `Wl_buffer ] Metadata.ty
type versions = [
  1. | `V1
]
val interface : string
val version : int32
val requests : int -> string * 'a list
val events : int -> string * 'a list