Method

FwupdBiosSettingset_description

Declaration [src]

void
fwupd_bios_setting_set_description (
  FwupdBiosSetting* self,
  const gchar* description
)

Description [src]

Sets the attribute description.

Available since:1.8.4

Parameters

description const gchar*
 

The attribute description.

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