Module xdg_activation_token_v1

Source
Available on crate features staging and server only.
Expand description

an exported activation handle

An object for setting up a token and receiving a token handle that can be passed as an activation token to another client.

The object is created using the xdg_activation_v1.get_activation_token request. This object should then be populated with the app_id, surface and serial information and committed. The compositor shall then issue a done event with the token. In case the request’s parameters are invalid, the compositor will provide an invalid token.

Structs§

XdgActivationTokenV1
an exported activation handle

Enums§

Error
Event
Request

Constants§

EVT_DONE_OPCODE
The wire opcode for this event
EVT_DONE_SINCE
The minimal object version supporting this event
REQ_COMMIT_OPCODE
The wire opcode for this request
REQ_COMMIT_SINCE
The minimal object version supporting this request
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request
REQ_SET_APP_ID_OPCODE
The wire opcode for this request
REQ_SET_APP_ID_SINCE
The minimal object version supporting this request
REQ_SET_SERIAL_OPCODE
The wire opcode for this request
REQ_SET_SERIAL_SINCE
The minimal object version supporting this request
REQ_SET_SURFACE_OPCODE
The wire opcode for this request
REQ_SET_SURFACE_SINCE
The minimal object version supporting this request