Function
FwupdPluginSecurityAttradd_bios_target_value
Declaration [src]
void
fu_security_attr_add_bios_target_value (
FwupdSecurityAttr* attr,
const gchar* id,
const gchar* needle
)
Description [src]
Checks all configured possible values of an enumeration attribute and
if any match needle
then set as the target value.
Available since: | 1.8.4 |
Parameters
attr |
FwupdSecurityAttr |
A |
|
The data is owned by the caller of the function. | |
id |
const gchar* |
A |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
needle |
const gchar* |
The substring of a target value. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |