From 66053f00ec618994942aa8a4685376a792c26acc Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 4 Feb 2010 23:05:16 +0200 Subject: Make SoupCookieJarAcceptPolicy match our cookie policies Bug #607484 --- embed/ephy-embed-prefs.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'embed/ephy-embed-prefs.h') diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 4865aa0ed..c515eab80 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -72,9 +72,11 @@ G_BEGIN_DECLS -void ephy_embed_prefs_init (void); -void ephy_embed_prefs_shutdown (void); -void ephy_embed_prefs_add_embed (EphyEmbed *embed); +void ephy_embed_prefs_init (void); +void ephy_embed_prefs_shutdown (void); +void ephy_embed_prefs_add_embed (EphyEmbed *embed); +void ephy_embed_prefs_set_cookie_jar_policy (SoupCookieJar *jar, + const char *gconf_policy); G_END_DECLS -- cgit v1.2.3