Method

FwupdRequestset_id

since: 1.6.2

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

Type: 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.