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:
Nicolas Dufresne
2010-04-26 17:27:33 -04:00
parent 6b1d851cc5
commit 466111c960
9 changed files with 462 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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