Method

FwupdPluginDeviceEventset_error

since: 2.0.6

Declaration [src]

void
fu_device_event_set_error (
  FuDeviceEvent* self,
  const GError* error
)

Description [src]

Sets an error on the event.

Available since: 2.0.6

Parameters

error

Type: GError

A GError with domain FwupdError.

The data is owned by the caller of the method.