mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +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:
@@ -352,6 +352,7 @@ libgio_2_0_la_SOURCES = \
|
||||
gsocketoutputstream.h \
|
||||
gproxy.c \
|
||||
gproxyaddress.c \
|
||||
gproxyaddressenumerator.c \
|
||||
gsocketservice.c \
|
||||
gsrvtarget.c \
|
||||
gtcpconnection.c \
|
||||
@@ -485,6 +486,7 @@ gio_headers = \
|
||||
gpermission.h \
|
||||
gproxyaddress.h \
|
||||
gproxy.h \
|
||||
gproxyaddressenumerator.h \
|
||||
gproxyresolver.h \
|
||||
gresolver.h \
|
||||
gseekable.h \
|
||||
|
Reference in New Issue
Block a user