ext_transient_seat_manager_v1¤
wayland.ext_transient_seat_manager_v1 ¤
Transient seat manager
The transient seat manager creates short-lived seats.
Methods:
create ¤
create() -> ext_transient_seat_v1
Create a transient seat
Create a new seat that is removed when the client side transient seat object is destroyed.
The actual seat may be removed sooner, in which case the transient seat object shall become inert.
Returns:
-
ext_transient_seat_v1
(ext_transient_seat_v1
) –The created object
destroy ¤
destroy() -> None
Destroy the manager
Destroy the manager.
All objects created by the manager will remain valid until they are destroyed themselves.