Method

FwupdPluginPluginrunner_ready

Declaration [src]

gboolean
fu_plugin_runner_ready (
  FuPlugin* self,
  FuProgress* progress,
  GError** error
)

Description [src]

Runs the ready routine for the plugin.

Available since:1.9.6

Parameters

progress FuProgress
  No description available.
 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.