Method

FwupdSecurityAttrset_fwupd_version

since: 2.0.7

Declaration [src]

void
fwupd_security_attr_set_fwupd_version (
  FwupdSecurityAttr* self,
  const gchar* fwupd_version
)

Description [src]

Sets the fwupd version the attribute was added.

Available since: 2.0.7

Parameters

fwupd_version

Type: const gchar*

The fwupd version, e.g. 2.0.7.

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