[][src]Module wayland_server::protocol::wl_callback

callback object

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

Structs

WlCallback

Enums

Event
Request

Constants

EVT_DONE_SINCE

The minimal object version supporting this event

Statics

wl_callback_events

C-representation of the messages of this interface, for interop

wl_callback_interface

C representation of this interface, for interop

Traits

RequestHandler

An interface for handling requests.