Method

FwupdDeviceset_update_image

Declaration [src]

void
fwupd_device_set_update_image (
  FwupdDevice* self,
  const gchar* update_image
)

Description [src]

Sets the update image URL.

Available since:1.4.5

Parameters

update_image const gchar*
 

The update image URL.

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