Method

FwupdDeviceset_update_error

Declaration [src]

void
fwupd_device_set_update_error (
  FwupdDevice* self,
  const gchar* update_error
)

Description [src]

Sets the update error.

Available since:0.9.8

Parameters

update_error const gchar*
 

The update error string.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.