Virtual Method

FwupdPluginPluginwrite_firmware

Declaration [src]

gboolean
write_firmware (
  FuPlugin* self,
  FuDevice* device,
  GBytes* blob_fw,
  FuProgress* progress,
  FwupdInstallFlags flags,
  GError** error
)

Description

No description available.

Parameters

device FuDevice
  No description available.
 The data is owned by the caller of the function.
blob_fw GBytes*
  No description available.
 The data is owned by the caller of the function.
progress FuProgress
  No description available.
 The data is owned by the caller of the function.
flags FwupdInstallFlags
  No description available.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.