package wayland

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

Module Wayland.MetadataSource

Describing interfaces.

Sourcetype 'a ty = ..
Sourcetype param = [
  1. | `Uint
  2. | `Int
  3. | `String
  4. | `Array
  5. | `Object of string option
  6. | `New_ID of string option
  7. | `Fixed
  8. | `FD
]
Sourcetype arg = string * param

Argument name and type.

Sourcetype info = int -> string * arg list

A function that takes an operation number and returns the operation name and argument metadata.

Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.