[ Version ( since = "1.8.4" ) ]
public unowned string map_possible_value (string key) throws Error
Attempts to map a user provided string into strings that a BiosSetting can support.
The following heuristics are used: - Ignore case sensitivity - Map obviously "positive" phrases into a value that turns on the BiosSetting - Map obviously "negative" phrases into a value that turns off the BiosSetting
| this | |
| key |
the string to try to map |
|
the possible value that maps or NULL if none if found |