Method

AstalWlRegistryget_seat_by_id

Declaration

AstalWlSeat*
astal_wl_registry_get_seat_by_id (
  AstalWlRegistry* self,
  guint32 id
)

Description

Looks up a seat by its global id.

Parameters

id

Type: guint32

No description available.

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.