Method

FwupdDeviceset_description

Declaration [src]

void
fwupd_device_set_description (
  FwupdDevice* self,
  const gchar* description
)

Description [src]

Sets the device description.

Available since:0.9.3

Parameters

description const gchar*
 

The description in AppStream markup format.

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