Method

FwupdPluginConfigset_basename

since: 2.0.18

Declaration [src]

void
fu_config_set_basename (
  FuConfig* self,
  const gchar* basename
)

Description [src]

Sets the name of the filename to load.

Available since: 2.0.18

Parameters

basename

Type: const gchar*

A file basename, typically, fwupd.conf.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.