Method

FwupdPluginEfivarsget_boot_next

Declaration [src]

gboolean
fu_efivars_get_boot_next (
  FuEfivars* self,
  guint16* idx,
  GError** error
)

Description [src]

Gets the index of the BootNext variable.

Available since:2.0.0

Parameters

idx guint16*
 

Boot index, typically 0x0001

 The argument will be set by the function.
 The argument can be set to NULL.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success.