Method

FwupdPluginPluginrunner_composite_prepare

Declaration [src]

gboolean
fu_plugin_runner_composite_prepare (
  FuPlugin* self,
  GPtrArray* devices,
  GError** error
)

Description [src]

Runs the composite_prepare routine for the plugin.

Available since:1.0.9

Parameters

devices An array of FuDevice
 

An array of devices.

 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.