Method

FwupdDeviceadd_issue

since: 1.7.6

Declaration [src]

void
fwupd_device_add_issue (
  FwupdDevice* self,
  const gchar* issue
)

Description [src]

Adds an current issue to this device.

Available since: 1.7.6

Parameters

issue

Type: const gchar*

The update issue, e.g. CVE-2019-12345

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