Method
FwupdPluginDeviceset_quirk_kv
Declaration [src]
gboolean
fu_device_set_quirk_kv (
FuDevice* self,
const gchar* key,
const gchar* value,
GError** error
)
Parameters
key |
const gchar* |
A string key. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
const gchar* |
A string value. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |