Method

FwupdSecurityAttrset_bios_setting_target_value

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 const gchar*
 

The string to set target value to.

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