Method

EDataServerSourceProxyset_socks_host

since: 3.12

Declaration [src]

void
e_source_proxy_set_socks_host (
  ESourceProxy* extension,
  const gchar* socks_host
)

Description [src]

Sets the machine name to use as a SOCKS proxy when extensions ESourceProxy:method is E_PROXY_METHOD_MANUAL.

Available since: 3.12

Parameters

socks_host

Type: const gchar*

SOCKS proxy host name.

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