Method

FwupdRemotebuild_metadata_sig_uri

Declaration [src]

gchar*
fwupd_remote_build_metadata_sig_uri (
  FwupdRemote* self
  GError** error
)

Description [src]

Builds a URI for the metadata using the username and password set for the remote.

Available since:1.9.8

Return value

Returns: utf8
 

A URI, or NULL for error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.