Implement a GNOME proxy backend using GSettings
authorDan Winship <danw@gnome.org>
Sat, 11 Dec 2010 14:23:51 +0000 (15:23 +0100)
committerDan Winship <danw@gnome.org>
Wed, 16 Mar 2011 14:09:49 +0000 (10:09 -0400)
commit00c639ccb953a36ae5be3dc2bcfe87a14b9592d1
tree9cf8738ad323b4af837397afd0bc735a852c3b80
parenteaaa73ebab6485edaa763f6d4627977ce7a97cfb
Implement a GNOME proxy backend using GSettings

Use the network proxy settings from gsettings-desktop-schemas and
return proxies based on that.

For Automatic proxy configuration, we use the D-Bus service provided
by the libproxy plugin.

https://bugzilla.gnome.org/show_bug.cgi?id=644211
Makefile.am
configure.ac
proxy/gnome/Makefile.am [new file with mode: 0644]
proxy/gnome/gnome-proxy-module.c [new file with mode: 0644]
proxy/gnome/gproxyresolvergnome.c [new file with mode: 0644]
proxy/gnome/gproxyresolvergnome.h [new file with mode: 0644]