Method

GdkWaylandWaylandDeviceget_xkb_keymap

Declaration [src]

xkb_keymap*
gdk_wayland_device_get_xkb_keymap (
  GdkDevice* device
)

Description [src]

Returns the xkb_keymap of a GdkDevice.

Available since:4.4

Return value

Returns: xkb_keymap*
 

A struct xkb_keymap

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