Method

PurpleProxyInfoset_username

since: 2.0

Declaration [src]

void
purple_proxy_info_set_username (
  PurpleProxyInfo* info,
  const char* username
)

Description [src]

Sets the username of the proxy.

Available since: 2.0

Parameters

username

Type: const char*

The new username.

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