package wayland

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

Type signatures.

class 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.

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

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

type user_data +=
  1. | No_data
    (*

    The default user data for a proxy.

    *)