Method

FwupdReleaseadd_issue

Declaration [src]

void
fwupd_release_add_issue (
  FwupdRelease* self,
  const gchar* issue
)

Description [src]

Adds an resolved issue to this release.

Available since:1.3.2

Parameters

issue const gchar*
 

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

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