Method

FwupdPluginPluginrunner_startup

Declaration [src]

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

Description [src]

Runs the startup routine for the plugin.

Available since:0.8.0

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.