Method

FwupdSecurityAttrset_bios_setting_target_value

since: 1.8.4

Declaration [src]

void
fwupd_security_attr_set_bios_setting_target_value (
  FwupdSecurityAttr* self,
  const gchar* value
)

Description [src]

Sets the string used for the target value of an attribute.

Available since: 1.8.4

Parameters

value

Type: const gchar*

The string to set target value to.

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