Method

PurpleProxyInfoset_hostname

unstable since: 3.0

Declaration [src]

void
purple_proxy_info_set_hostname (
  PurpleProxyInfo* info,
  const char* hostname
)

Description [src]

Sets the hostname for the proxy.

Available since: 3.0

Parameters

hostname

Type: const char*

The new hostname.

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