Method

FwupdPluginPluginrunner_attach

Declaration [src]

gboolean
fu_plugin_runner_attach (
  FuPlugin* self,
  FuDevice* device,
  FuProgress* progress,
  GError** error
)

Description [src]

Runs the update_attach routine for the plugin.

Available since:1.7.0

Parameters

device FuDevice
 

A device.

 The data is owned by the caller of the function.
progress FuProgress
 

A FuProgress.

 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.