ext_transient_seat_v1
-
# ext_transient_seat_manager_v1
The transient seat manager creates short-lived seats.Requests
-
struct ext_transient_seat_v1* ext_transient_seat_manager_v1_create(struct ext_transient_seat_manager_v1* ext_transient_seat_manager_v1)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.
-
void ext_transient_seat_manager_v1_destroy(struct ext_transient_seat_manager_v1* ext_transient_seat_manager_v1)Destroy the manager. All objects created by the manager will remain valid until they are destroyed themselves.
-
-
# ext_transient_seat_v1
When the transient seat handle is destroyed, the seat itself will also be destroyed.Requests
-
void ext_transient_seat_v1_destroy(struct ext_transient_seat_v1* ext_transient_seat_v1)When the transient seat object is destroyed by the client, the associated seat created by the compositor is also destroyed.
Events
-
uint32_t global_nameThis event advertises the global name for the wl_seat to be used with wl_registry_bind. It is sent exactly once, immediately after the transient seat is created and the new "wl_seat" global is advertised, if and only if the creation of the transient seat was allowed.
-
The event informs the client that the compositor denied its request to create a transient seat. It is sent exactly once, immediately after the transient seat object is created, if and only if the creation of the transient seat was denied. After receiving this event, the client should destroy the object.
-
Copyright Info
Copyright © 2020 - 2023 Andri Yngvason
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.