Method

FwupdPluginEfivarsset_boot_order

Declaration [src]

gboolean
fu_efivars_set_boot_order (
  FuEfivars* self,
  GArray* order,
  GError** error
)

Description [src]

Sets the index of the BootNext variable.

Available since:2.0.0

Parameters

order An array of guint16
 

Boot order.

 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 on success.