Method

FwupdReleaseset_remote_id

Declaration [src]

void
fwupd_release_set_remote_id (
  FwupdRelease* self,
  const gchar* remote_id
)

Description [src]

Sets the remote ID that can be used for downloading.

Available since:0.9.3

Parameters

remote_id const gchar*
 

The release ID, e.g. USB:foo

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