Method

PurpleProxyInfoset_password

Declaration [src]

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

Description [src]

Sets the password for the proxy.

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.