Method

FwupdPluginPluginset_config_default

Declaration [src]

void
fu_plugin_set_config_default (
  FuPlugin* self,
  const gchar* key,
  const gchar* value
)

Description [src]

Sets the config default value.

Available since:2.0.0

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*
 

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.