proxy/gnome: port to GSimpleProxyResolver
authorDan Winship <danw@gnome.org>
Mon, 28 Jan 2013 16:06:21 +0000 (11:06 -0500)
committerDan Winship <danw@gnome.org>
Mon, 18 Feb 2013 21:19:59 +0000 (16:19 -0500)
commitf87772cf8d68dc4258af93da790e17eb2ba8bcfa
tree2f48c0e86567f1c1f31cf0e6b974feb9a465ec77
parentd64e48a0d09e3fc230f5b177c712130705bfefd8
proxy/gnome: port to GSimpleProxyResolver

Make GProxyResolverGnome a wrapper around GSimpleProxyResolver, and
remove all the code that is no longer needed as a result.

(It can't be a subclass because of odd GType restrictions involving
interfaces and dynamic types.)

Also add more tests to proxy/tests/gnome, based on the
GSimpleProxyResolver tests.
proxy/gnome/gproxyresolvergnome.c
proxy/tests/gnome.c