Method

ValentDeviceget_name

unstable since: 1.0

Declaration [src]

const char*
valent_device_get_name (
  ValentDevice* device
)

Description [src]

Get the display name of the device.

Available since: 1.0

Gets propertyValent.Device:name

Return value

Type: const char*

A display name, or NULL if unset.

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