Method

FwupdRemoteset_privacy_uri

Declaration [src]

void
fwupd_remote_set_privacy_uri (
  FwupdRemote* self,
  const gchar* privacy_uri
)

Description [src]

Sets the remote privacy policy URL.

Available since:2.0.0

Parameters

privacy_uri const gchar*
 

Privacy URL, e.g. “https://lvfs.readthedocs.io/en/latest/privacy.html”

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.