mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Adding GProxyAddressEnumerator class
An implementation of GSocketAddressEnumerator that handles proxy enumeration. This class is mainly usefull for Connectables implementation such as NetworkService, NetworkAddress and SocketAddress to handle proxies. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -1162,6 +1162,12 @@ g_proxy_address_get_password
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_PROXY_ADDRESS_ENUMERATOR_H__)
|
||||
#if IN_FILE(__G_PROXY_ADDRESS_ENUMERATOR_C__)
|
||||
g_proxy_address_enumerator_get_type
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_RESOLVER_H__)
|
||||
#if IN_FILE(__G_RESOLVER_C__)
|
||||
g_resolver_error_quark
|
||||
|
Reference in New Issue
Block a user