From e75afc16ed5bb461f2e1a49e052f23e70e47db82 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 30 Dec 2003 18:10:21 +0000 Subject: Add API to EphyEmbedSingle to clear the HTTP authentication cache. 2003-12-30 Christian Persch * embed/ephy-embed-single.c: (ephy_embed_single_clear_auth_cache): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: Add API to EphyEmbedSingle to clear the HTTP authentication cache. --- embed/ephy-embed-single.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'embed/ephy-embed-single.c') diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 5c3466a21..c9da4cd32 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -96,6 +96,19 @@ ephy_embed_single_clear_cache (EphyEmbedSingle *single) klass->clear_cache (single); } +/** + * ephy_embed_single_clear_auth_cache: + * @single: the #EphyEmbedSingle + * + * Clears the mozilla http authentication cache. + **/ +void +ephy_embed_single_clear_auth_cache (EphyEmbedSingle *single) +{ + EphyEmbedSingleClass *klass = EPHY_EMBED_SINGLE_GET_CLASS (single); + klass->clear_auth_cache (single); +} + /** * ephy_embed_single_set_offline_mode: * @single: the #EphyEmbedSingle -- cgit v1.2.3