package wayland

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

Module Wayland_server.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, [ `Server ]) Proxy.t

Version 1, 2, 3, 4

Sourceval done_ : [< `V1 | `V2 | `V3 | `V4 ] t -> callback_data:int32 -> unit

Done event.

Notify the client when the related request is done.

Handlers

Note: Servers will always want to use v1.

Sourceclass +'a v1 : object ... end

Handler for a proxy with version >= 1.

Sourceclass +'a v2 : object ... end

Handler for a proxy with version >= 2.

Sourceclass +'a v3 : object ... end

Handler for a proxy with version >= 3.

Sourceclass +'a v4 : object ... end

Handler for a proxy with version >= 4.

OCaml

Innovation. Community. Security.