Class

AstalWlSeat

Description

class AstalWl.Seat : GObject.Object
{
  /* No available fields */
}

Wraps the Wayland wl_seat interface. A seat represents a user input device group containing one or more keyboards, pointer devices, or touchscreens. It tracks the seats capabilities and compositor-assigned name.

Ancestors

Instance methods

astal_wl_seat_get_wl_seat

Returns the underlying wl_seat object.

astal_wl_seat_get_id
No description available.

astal_wl_seat_get_name
No description available.

astal_wl_seat_get_capabilities
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalWl.Seat:id

The unique registry id of this seat.

AstalWl.Seat:name

The compositor-assigned name for this seat.

AstalWl.Seat:capabilities

The current input capabilities of this seat.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalWlSeatClass {
  /* no available fields */
}

No description available.