Method

FwupdReleaseadd_tag

Declaration [src]

void
fwupd_release_add_tag (
  FwupdRelease* self,
  const gchar* tag
)

Description [src]

Adds a specific release tag.

Available since:1.7.3

Parameters

tag const gchar*
 

The update tag, e.g. vendor-factory-2021q1

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