Method
FwupdPluginHwidsadd_value
Declaration [src]
void
fu_hwids_add_value (
FuHwids* self,
const gchar* key,
const gchar* value
)
Description [src]
Sets override values so you can emulate another system.
This function has no effect if called after fu_hwids_setup()
Available since: | 1.8.10 |
Parameters
key |
const gchar* |
A key, e.g. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
value |
const gchar* |
A new value, e.g. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |