Signal

FwupdPluginContext::esp-write

since: 2.1.8

Declaration

void
esp_write (
  FuContext* self,
  FuVolume* volume,
  gchar* filename,
  gpointer user_data
)

Description [src]

The ::esp-write signal is emitted when plugins should be notified of a write to a specific ESP volume.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.1.8

Parameters

volume

Type: FuVolume

The FuVolume being written to.

The data is owned by the caller of the function.
filename

Type: gchar*

The filename being written.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.