Method

FwupdRemoteset_username

Declaration [src]

void
fwupd_remote_set_username (
  FwupdRemote* self,
  const gchar* username
)

Description [src]

Sets the remote username.

Available since:2.0.0

Parameters

username const gchar*
 

An optional username.

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