Method

FwupdBiosSettingset_current_value

since: 1.8.4

Declaration [src]

void
fwupd_bios_setting_set_current_value (
  FwupdBiosSetting* self,
  const gchar* value
)

Description [src]

Sets the string stored in an attribute. This doesn’t change the representation in the kernel.

Available since: 1.8.4

Parameters

value

Type: const gchar*

The string to set an attribute to.

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