Signal

FwupdPluginPlugin::device-added

since: 0.8.0

Declaration

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

Description [src]

The ::device-added signal is emitted when a device has been added 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.