Method

FwupdRequestset_device_id

Declaration [src]

void
fwupd_request_set_device_id (
  FwupdRequest* self,
  const gchar* device_id
)

Description [src]

Sets the device_id that created the request.

Available since:1.6.2

Parameters

device_id const gchar*
 

The device_id, e.g. colorhug

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