package wayland

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

Module Wayland.SSource

Type signatures.

Sourceclass type transport = object ... end

A transport is used to send and receive bytes and file descriptors. Typically this will just call the usual Unix sendmsg and recvmsg functions, but other transports are possible.

Sourcetype ('a, 'role) user_data = ..

Extra data that can be attached to a proxy of type 'a with 'role.

Sourcetype user_data +=
  1. | No_data
    (*

    The default user data for a proxy.

    *)
OCaml

Innovation. Community. Security.