Method

PurpleProxyInfoset_username

since: 2.0

Declaration [src]

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

Description [src]

Sets the username of the proxy.

Available since: 2.0

Parameters

username

Type: const gchar*

The new username.

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