diff options
author | Dan Winship <danw@gnome.org> | 2012-08-22 11:40:04 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-12-11 16:16:28 +0100 |
commit | 65890298dbe26d1058f523a6eb4741d57b05142c (patch) | |
tree | 991a1e5bfe897f97e44acbffe28690b0ab1a95d2 /libsoup/soup.h | |
parent | 0ce58e3a12410255c643ce5d7be60b30ec1e4960 (diff) | |
download | libsoup-65890298dbe26d1058f523a6eb4741d57b05142c.tar.gz |
SoupPasswordManager: kill
Deprecate and remove support for SoupPasswordManager;
SoupPasswordManagerGNOME is now a dummy class, and the related
SoupAuth methods are all no-ops. SoupSession also no longer has any
special support for SoupPasswordManager.
To avoid breaking old builds, the functions/types are still around,
but are now marked as having always been deprecated (which, really,
they were).
https://bugzilla.gnome.org/show_bug.cgi?id=594377
https://bugzilla.gnome.org/show_bug.cgi?id=679866
Diffstat (limited to 'libsoup/soup.h')
-rw-r--r-- | libsoup/soup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsoup/soup.h b/libsoup/soup.h index f99f3e68..b1b74721 100644 --- a/libsoup/soup.h +++ b/libsoup/soup.h @@ -31,7 +31,6 @@ extern "C" { #include <libsoup/soup-misc.h> #include <libsoup/soup-multipart.h> #include <libsoup/soup-multipart-input-stream.h> -#include <libsoup/soup-password-manager.h> #include <libsoup/soup-proxy-resolver.h> #include <libsoup/soup-proxy-resolver-default.h> #include <libsoup/soup-proxy-uri-resolver.h> |