Class
PurpleProxyInfo
Constructors
purple_proxy_info_new
Creates a new proxy info instance.
Instance methods
purple_proxy_info_get_password
Gets the password of the proxy.
purple_proxy_info_get_port
Gets the port of the proxy.
purple_proxy_info_get_proxy_type
Gets the type of the proxy.
purple_proxy_info_get_username
Gets the username of the proxy.
purple_proxy_info_set_password
Sets the password for the proxy.
purple_proxy_info_set_port
Sets the port for the proxy.
purple_proxy_info_set_proxy_type
Sets the type of info
.
purple_proxy_info_set_username
Sets the username of the proxy.
Properties
Purple.ProxyInfo:hostname
No description available.
Purple.ProxyInfo:password
No description available.
Purple.ProxyInfo:port
No description available.
Purple.ProxyInfo:proxy-type
No description available.
Purple.ProxyInfo:username
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::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.