Constructor

FwupdPluginEfiLoadOptionnew_esp_for_boot_entry

Declaration [src]

FuEfiLoadOption*
fu_efi_load_option_new_esp_for_boot_entry (
  guint16 boot_entry,
  GError** error
)

Description [src]

Gets the platform ESP using a UNIX or UDisks path.

Available since:1.9.3

Parameters

boot_entry guint16
 

A boot entry number.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: FuEfiLoadOption
 

A FuEfiLoadOption, or NULL if invalid.

 The caller of the function takes ownership of the data, and is responsible for freeing it.