Method

ValentDeviceManagerset_name

unstable since: 1.0

Declaration [src]

void
valent_device_manager_set_name (
  ValentDeviceManager* manager,
  const char* name
)

Description [src]

Set the display name of the local device to name.

Available since: 1.0

Parameters

name

Type: const char*

A display name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.