mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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:
@@ -109,6 +109,7 @@
|
||||
<xi:include href="xml/gunixfdmessage.xml"/>
|
||||
<xi:include href="xml/gcredentials.xml"/>
|
||||
<xi:include href="xml/gunixcredentialsmessage.xml"/>
|
||||
<xi:include href="xml/gproxyaddress.xml"/>
|
||||
</chapter>
|
||||
<chapter id="highlevel-socket">
|
||||
<title>Highlevel network functionallity</title>
|
||||
|
@@ -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>
|
||||
|
@@ -75,6 +75,7 @@ g_output_stream_get_type
|
||||
g_output_stream_splice_flags_get_type
|
||||
g_password_save_get_type
|
||||
g_permission_get_type
|
||||
g_proxy_address_get_type
|
||||
g_proxy_resolver_get_type
|
||||
g_resolver_error_get_type
|
||||
g_resolver_get_type
|
||||
|
Reference in New Issue
Block a user