Class

PurpleProxyInfo

since: 2.0

[]

Description [src]

final class Purple.ProxyInfo : GObject.Object
{
  /* No available fields */
}

A representation of a proxy.

Available since: 2.0

[]

Ancestors

[]

Constructors

purple_proxy_info_new

Creates a new proxy info instance.

since: 2.0

[]

Instance methods

purple_proxy_info_get_hostname

Gets the hostname of the proxy.

unstable since: 3.0

purple_proxy_info_get_password

Gets the password of the proxy.

since: 2.0

purple_proxy_info_get_port

Gets the port of the proxy.

since: 2.0

purple_proxy_info_get_proxy_type

Gets the type of the proxy.

unstable since: 3.0

purple_proxy_info_get_username

Gets the username of the proxy.

since: 2.0

purple_proxy_info_set_hostname

Sets the hostname for the proxy.

unstable since: 3.0

purple_proxy_info_set_password

Sets the password for the proxy.

since: 2.0

purple_proxy_info_set_port

Sets the port for the proxy.

since: 2.0

purple_proxy_info_set_proxy_type

Sets the type of info.

unstable since: 3.0

purple_proxy_info_set_username

Sets the username of the proxy.

since: 2.0

Methods inherited from GObject (43)
[]

Properties

Purple.ProxyInfo:hostname

The hostname to use for this proxy.

unstable since: 3.0

Purple.ProxyInfo:password

The password to use for this proxy.

unstable since: 3.0

Purple.ProxyInfo:port

The port to use for this proxy.

unstable since: 3.0

Purple.ProxyInfo:proxy-type

The PurpleProxyType to use for this proxy.

unstable since: 3.0

Purple.ProxyInfo:username

The username to use for this proxy.

unstable since: 3.0

[]

Signals

Signals inherited from GObject (1)

Class structure