Method
FwupdPluginContextget_bios_setting
since: 1.8.4
Declaration [src]
FwupdBiosSetting*
fu_context_get_bios_setting (
FuContext* self,
const gchar* name
)
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 returned data is owned by the instance. |