Method

EDataServerSourceProxydup_socks_host

since: 3.12

Declaration [src]

gchar*
e_source_proxy_dup_socks_host (
  ESourceProxy* extension
)

Description [src]

Thread-safe variation of e_source_proxy_get_socks_host(). Use this function when accessing extension from multiple threads.

The returned string should be freed with g_free() when no longer needed.

Available since: 3.12

Return value

Type: gchar*

A newly-allocated copy of ESourceProxy:socks-host.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.