Method

FwupdPluginContextget_esp_volumes

Declaration [src]

GPtrArray*
fu_context_get_esp_volumes (
  FuContext* self
  GError** error
)

Description [src]

Finds all volumes that could be an ESP.

The volumes are cached and so subsequent calls to this function will be much faster.

Available since:1.8.5

Return value

Returns: An array of FuVolume*
 

A GPtrArray, or NULL if no ESP was found.

 The caller of the method takes ownership of the data container, but not the data inside it.