Method
FwupdSecurityAttrset_bios_setting_current_value
since: 1.8.4
[−]
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
-
Type:
const gchar*
The string to set current 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.