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