Method

PurpleProxyInfoset_password

since: 2.0

[]

Declaration [src]

void
purple_proxy_info_set_password (
  PurpleProxyInfo* info,
  const char* password
)
[]

Description [src]

Sets the password for the proxy.

Available since: 2.0

[]

Parameters

password

Type: const char*

The new password.

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