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.

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.

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.

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.

since: 3.0

purple_proxy_info_set_username

Sets the username of the proxy.

since: 2.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Purple.ProxyInfo:hostname

The hostname to use for this proxy.

since: 3.0

Purple.ProxyInfo:password

The password to use for this proxy.

since: 3.0

Purple.ProxyInfo:port

The port to use for this proxy.

since: 3.0

Purple.ProxyInfo:proxy-type

The PurpleProxyType to use for this proxy.

since: 3.0

Purple.ProxyInfo:username

The username to use for this proxy.

since: 3.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PurpleProxyInfoClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.