Method

FwupdRequestget_device_id

Declaration [src]

const gchar*
fwupd_request_get_device_id (
  FwupdRequest* self
)

Description [src]

Gets the device_id that created the request.

Available since:1.6.2

Return value

Returns: const gchar*
 

The device_id, or NULL if unset.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.