package wayland

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

Module Wayland_client.Wl_callbackSource

Callback object.

Clients can handle the 'done' event to get notified when the related request is done.

Sourcetype 'v t = ([ `Wl_callback ], 'v, [ `Client ]) Proxy.t

Version 1, 2, 3, 4

Handlers

Note: Servers will always want to use v1.

Sourceclass virtual +'a v1 : object ... end

Handler for a proxy with version >= 1.

Sourceclass virtual +'a v2 : object ... end

Handler for a proxy with version >= 2.

Sourceclass virtual +'a v3 : object ... end

Handler for a proxy with version >= 3.

Sourceclass virtual +'a v4 : object ... end

Handler for a proxy with version >= 4.

OCaml

Innovation. Community. Security.