Method
FwupdClientset_user_agent
since: 1.4.5
[−]
Declaration [src]
void
fwupd_client_set_user_agent (
FwupdClient* self,
const gchar* user_agent
)
[−]
Description [src]
Manually sets the user agent that is used for downloading. The user agent should contain the runtime version of fwupd somewhere in the provided string.
Available since: 1.4.5
[−]
Parameters
user_agent
-
Type:
const gchar*
The user agent ID, e.g.
gnome-software/3.34.1
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.