Method

FwupdReleaseset_uri

Declaration [src]

void
fwupd_release_set_uri (
  FwupdRelease* self,
  const gchar* uri
)

Description [src]

Sets the update URI, i.e. where you can download the firmware from.

Available since:0.9.3
Deprecated since:1.5.6

Use fwupd_release_add_location() instead.

Parameters

uri const gchar*
 

The update URI.

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