Method

PurpleProxyInfoset_hostname

since: 3.0

Declaration [src]

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

Description [src]

Sets the hostname for the proxy.

Available since: 3.0

Parameters

hostname

Type: const gchar*

The new hostname.

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