Method

PurpleProxyInfoset_password

since: 2.0

Declaration [src]

void
purple_proxy_info_set_password (
  PurpleProxyInfo* info,
  const gchar* password
)

Description [src]

Sets the password for the proxy.

Available since: 2.0

Parameters

password

Type: const gchar*

The new password.

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