Method

FwupdPluginConfigset_default

Declaration [src]

void
fu_config_set_default (
  FuConfig* self,
  const gchar* section,
  const gchar* key,
  const gchar* value
)

Description [src]

Sets a default config value.

Available since:2.0.0

Parameters

section const gchar*
 

A settings section.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
key const gchar*
 

A settings key.

 The data is owned by the caller of the function.
 The string 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 string is a NUL terminated UTF-8 string.