Method
FwupdPluginPluginset_secure_config_value
Declaration [src]
gboolean
fu_plugin_set_secure_config_value (
FuPlugin* self,
const gchar* key,
const gchar* value,
GError** error
)
Description [src]
Sets a plugin config file value and updates file so that non-privileged users cannot read it.
Available since: | 1.7.4 |
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 . |