Method

FwupdDeviceset_name

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 const gchar*
 

The device name, e.g. ColorHug2

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