Signal

FwupdPluginPlugin::device-removed

since: 0.8.0

Declaration

void
device_removed (
  FuPlugin* self,
  FuDevice* device,
  gpointer user_data
)

Description [src]

The ::device-removed signal is emitted when a device has been removed by the plugin.

Default handler:

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

Available since: 0.8.0

Parameters

device

Type: FuDevice

The FuDevice.

The data is owned by the caller of the function.