Method

FwupdBiosSettingset_name

Declaration [src]

void
fwupd_bios_setting_set_name (
  FwupdBiosSetting* self,
  const gchar* name
)

Description [src]

Sets the attribute name provided by a kernel driver.

Available since:1.8.4

Parameters

name const gchar*
 

The attribute name.

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