Method

FwupdRequestset_id

Declaration [src]

void
fwupd_request_set_id (
  FwupdRequest* self,
  const gchar* id
)

Description [src]

Sets the ID.

Available since:1.6.2
Sets propertyFwupd.Request:id

Parameters

id const gchar*
 

The request ID, e.g. USB:foo

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