Module Wayland_client.Wl_callback

Callback object.

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

Note, because wl_callback objects are created from multiple independent factory interfaces, the wl_callback interface is frozen at version 1.

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

Version 1

Handlers

Note: Servers will always want to use v1.

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

Handler for a proxy with version >= 1.