Method
FwupdPluginPluginset_config_default
since: 2.0.0
Declaration [src]
void
fu_plugin_set_config_default (
FuPlugin* self,
const gchar* key,
const gchar* value
)
Parameters
key-
Type:
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-
Type:
const gchar*The default value of the key if not found.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.