Method

FwupdPluginEfivarsset_boot_entry

Declaration [src]

gboolean
fu_efivars_set_boot_entry (
  FuEfivars* self,
  guint16 idx,
  FuEfiLoadOption* entry,
  GError** error
)

Description [src]

Sets the loadopt data of the BootXXXX variable.

Available since:2.0.0

Parameters

idx guint16
 

Boot index, typically 0x0001

entry FuEfiLoadOption
 

A FuEfiLoadOption.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.