Method

FwupdReleaseset_sbom_url

Declaration [src]

void
fwupd_release_set_sbom_url (
  FwupdRelease* self,
  const gchar* sbom_url
)

Description [src]

Sets the URL of the SBOM for this release.

Available since:2.0.7

Parameters

sbom_url const gchar*
 

The URL.

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