Method

FwupdSecurityAttrset_bios_setting_current_value

Declaration [src]

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

Description [src]

Sets the current value of the BIOS setting that can be changed.

Available since:1.8.4

Parameters

value const gchar*
 

The string to set current value to.

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