Method

FwupdPluginPluginrunner_backend_device_added

Declaration [src]

gboolean
fu_plugin_runner_backend_device_added (
  FuPlugin* self,
  FuDevice* device,
  GError** error
)

Description [src]

Call the backend_device_added routine for the plugin.

Available since:1.5.6

Parameters

device FuDevice
 

A device.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success, FALSE for failure.