Method

AstalWlRegistryget_seat_by_wl_seat

Declaration

AstalWlSeat*
astal_wl_registry_get_seat_by_wl_seat (
  AstalWlRegistry* self,
  struct wl_seat* wl_seat
)

Description

Looks up a Seat by its underlying wl_seat.

This method is not directly available to language bindings.

Parameters

wl_seat

Type: struct wl_seat*

No description available.

The data is owned by the caller of the method.

Return value

Type: AstalWlSeat

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.