Class

GdkWaylandWaylandSeat

Description [src]

final class GdkWayland.WaylandSeat : Gdk.Seat {
  /* No available fields */
}

The Wayland implementation of GdkSeat.

Beyond the regular GdkSeat API, the Wayland implementation provides access to the Wayland wl_seat object with gdk_wayland_seat_get_wl_seat().

Ancestors

Instance methods

gdk_wayland_seat_get_wl_seat

Returns the Wayland wl_seat of a GdkSeat.

Methods inherited from GdkSeat (6)
Methods inherited from GObject (42)

Properties

Properties inherited from GdkSeat (1)

Signals

Signals inherited from GdkSeat (4)
Signals inherited from GObject (1)

Class structure

struct GdkWaylandWaylandSeatClass {
  /* no available fields */
}