Method

FwupdRequestset_image

Declaration [src]

void
fwupd_request_set_image (
  FwupdRequest* self,
  const gchar* image
)

Description [src]

Sets the update image.

Available since:1.6.2
Sets propertyFwupd.Request:image

Parameters

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.