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

Returns: const char*
 

A name.

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