Method

GdkSeatget_keyboard

since: 3.20

Declaration [src]

GdkDevice*
gdk_seat_get_keyboard (
  GdkSeat* seat
)

Description [src]

Returns the master device that routes keyboard events.

Available since: 3.20

Return value

Type: GdkDevice

A master GdkDevice with keyboard capabilities. This object is owned by GTK+ and must not be freed.

The returned data is owned by the instance.
The return value can be NULL.