Method
FwupdBiosSettingmap_possible_value
Declaration [src]
const gchar*
fwupd_bios_setting_map_possible_value (
FwupdBiosSetting* self,
const gchar* key,
GError** error
)
Description [src]
Attempts to map a user provided string into strings that a FwupdBiosSetting
can
support. The following heuristics are used:
- Ignore case sensitivity
- Map obviously “positive” phrases into a value that turns on the FwupdBiosSetting
- Map obviously “negative” phrases into a value that turns off the FwupdBiosSetting
.
Available since: | 1.8.4 |