package wayland

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

Wl_drm capability bitmask.

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