Method

FwupdPluginContextget_bios_setting

since: 1.8.4

Declaration [src]

FwupdBiosSetting*
fu_context_get_bios_setting (
  FuContext* self,
  const gchar* name
)

Description [src]

Finds out if a system supports a given BIOS setting.

Available since: 1.8.4

Parameters

name

Type: const gchar*

A BIOS setting title, e.g. BootOrderLock

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

Return value

Type: FwupdBiosSetting

FwupdBiosSetting if the attr exists.

The data is owned by the instance.