Purple.ProxyInfo – purple Reference Manual
ProxyInfo
Object Hierarchy:
Purple.ProxyInfo
Purple.ProxyInfo
Purple.ProxyInfo
Description:
[
CCode
( free_function =
"purple_proxy_info_destroy"
) ]
[
Compact
]
public
class
ProxyInfo
Namespace:
Purple
Package:
purple
Content:
Creation methods:
public
ProxyInfo
()
Methods:
public
unowned
string
get_host
()
public
unowned
string
get_password
()
public
int
get_port
()
public
unowned
string
get_username
()
public
void
set_host
(
string
host)
public
void
set_password
(
string
password)
public
void
set_port
(
int
port)
public
void
set_type
(
ProxyType
type)
public
void
set_username
(
string
username)
Fields:
public
unowned
string
host
public
unowned
string
password
public
int
port
public
ProxyType
type
public
unowned
string
username
2022 vala-language.org