GSimpleProxyResolver: new simple GProxyResolver class
authorDan Winship <danw@gnome.org>
Sat, 26 Jan 2013 14:54:03 +0000 (09:54 -0500)
committerDan Winship <danw@gnome.org>
Thu, 14 Feb 2013 15:24:14 +0000 (10:24 -0500)
commitee17a54c289b8be286a54c594cff5c2d46345054
tree71777ed5c7f08ce29356a13aa7708d4abea066cf
parent7c49869eaef4d49c57bbdf4e95989e4d8f864623
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
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
docs/reference/gio/gio.types
gio/Makefile.am
gio/gio.h
gio/gsimpleproxyresolver.c [new file with mode: 0644]
gio/gsimpleproxyresolver.h [new file with mode: 0644]
gio/tests/.gitignore
gio/tests/Makefile.am
gio/tests/simple-proxy.c [new file with mode: 0644]