mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
GSimpleProxyResolver: new simple GProxyResolver class
Add GSimpleProxyResolver, for letting people do static proxy resolution, and to use as a base class for other resolvers (such as GProxyResolverGnome). https://bugzilla.gnome.org/show_bug.cgi?id=691105
This commit is contained in:
@@ -403,6 +403,9 @@ libgio_2_0_la_SOURCES = \
|
||||
gpollableutils.c \
|
||||
gpollfilemonitor.c \
|
||||
gpollfilemonitor.h \
|
||||
gproxy.c \
|
||||
gproxyaddress.c \
|
||||
gproxyaddressenumerator.c \
|
||||
gproxyresolver.c \
|
||||
gresolver.c \
|
||||
gresource.c \
|
||||
@@ -423,11 +426,9 @@ libgio_2_0_la_SOURCES = \
|
||||
gsocketlistener.c \
|
||||
gsocketoutputstream.c \
|
||||
gsocketoutputstream.h \
|
||||
gproxy.c \
|
||||
gproxyaddress.c \
|
||||
gproxyaddressenumerator.c \
|
||||
gsocketservice.c \
|
||||
gsrvtarget.c \
|
||||
gsimpleproxyresolver.c \
|
||||
gtask.c \
|
||||
gtcpconnection.c \
|
||||
gtcpwrapperconnection.c \
|
||||
@@ -586,6 +587,7 @@ gio_headers = \
|
||||
gsocketlistener.h \
|
||||
gsocketservice.h \
|
||||
gsrvtarget.h \
|
||||
gsimpleproxyresolver.h \
|
||||
gtask.h \
|
||||
gtcpconnection.h \
|
||||
gtcpwrapperconnection.h \
|
||||
|
Reference in New Issue
Block a user