Method
FwupdPluginConfigset_default
Declaration [src]
void
fu_config_set_default (
FuConfig* self,
const gchar* section,
const gchar* key,
const gchar* value
)
Parameters
section |
const gchar* |
A settings section. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
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. |