Method

FwupdBiosSettingset_path

Declaration [src]

void
fwupd_bios_setting_set_path (
  FwupdBiosSetting* self,
  const gchar* path
)

Description [src]

Sets path to the attribute.

Available since:1.8.4

Parameters

path const gchar*
 

The path the driver providing the attribute uses.

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