mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Implement GProxyAddress
A GSocketInetAddress representing the proxy server address with additional properties proxy type, destination address and port, username and password. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -2786,3 +2786,26 @@ G_PROXY_RESOLVER_GET_IFACE
|
||||
<SUBSECTION Private>
|
||||
g_proxy_resolver_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gproxyaddress</FILE>
|
||||
<TITLE>GProxyAddress</TITLE>
|
||||
GProxyAddress
|
||||
GProxyAddressClass
|
||||
g_proxy_address_get_destination_hostname
|
||||
g_proxy_address_get_destination_port
|
||||
g_proxy_address_get_password
|
||||
g_proxy_address_get_protocol
|
||||
g_proxy_address_get_username
|
||||
g_proxy_address_new
|
||||
<SUBSECTION Standard>
|
||||
G_PROXY_ADDRESS
|
||||
G_PROXY_ADDRESS_CLASS
|
||||
G_PROXY_ADDRESS_GET_CLASS
|
||||
G_IS_PROXY_ADDRESS
|
||||
G_IS_PROXY_ADDRESS_CLASS
|
||||
G_TYPE_PROXY_ADDRESS
|
||||
<SUBSECTION Private>
|
||||
GProxyAddressPrivate
|
||||
g_proxy_address_get_type
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user