package wayland

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wayland_proto.Wl_seatSource

Sourcetype t = [
  1. | `Wl_seat
]
Sourcetype Metadata.ty +=
  1. | T : [ `Wl_seat ] Metadata.ty
Sourcetype versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
  6. | `V6
  7. | `V7
  8. | `V8
  9. | `V9
]
Sourceval interface : string
Sourceval version : int32
Sourcemodule Capability : sig ... end

Seat capability bitmask.

Sourcemodule Error : sig ... end

Wl_seat error values.

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

Innovation. Community. Security.