aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 2e0b0672c..55bd79e00 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -151,6 +151,8 @@ void ephy_web_view_has_modified_forms (EphyWebView
gboolean ephy_web_view_has_modified_forms_finish (EphyWebView *view,
GAsyncResult *result,
GError **error);
+gboolean ephy_web_view_get_is_archiving (EphyWebView *view);
+void ephy_web_view_cancel_archiving (EphyWebView *view);
void ephy_web_view_get_security_level (EphyWebView *view,
EphyWebViewSecurityLevel *level,
GTlsCertificate **certificate,