Method

GdkDeviceget_name

Declaration [src]

const char*
gdk_device_get_name (
  GdkDevice* device
)

Description [src]

The name of the device, suitable for showing in a user interface.

Gets propertyGdk.Device:name

Return value

Type: const char*

A name.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.