Method

FwupdDeviceset_name

since: 0.9.3

Declaration [src]

void
fwupd_device_set_name (
  FwupdDevice* self,
  const gchar* name
)

Description [src]

Sets the device name.

Available since: 0.9.3

Parameters

name

Type: const gchar*

The device name, e.g. ColorHug2

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.