Method

EDataServerSourceProxyset_http_auth_password

since: 3.12

Declaration [src]

void
e_source_proxy_set_http_auth_password (
  ESourceProxy* extension,
  const gchar* http_auth_password
)

Description [src]

Sets the password to pass as authentication when doing HTTP proxying and ESourceProxy:http-use-auth is TRUE.

Available since: 3.12

Parameters

http_auth_password

Type: const gchar*

HTTP proxy password.

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