aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-08-08 19:34:42 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-08-09 20:50:27 +0800
commit833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055 (patch)
tree6d1c5a0849d1a99f6efd8e81a18e0aebd625e0f0 /embed/ephy-web-view.h
parent216d0ceabf0c1e74f0d6f55fcf7bc67e82b7844e (diff)
downloadgsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar.gz
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar.bz2
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar.lz
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar.xz
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.tar.zst
gsoc2013-epiphany-833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055.zip
ephy-web-view: Return the certificate and TLS errors in ephy_web_view_get_security_level
Remove the unused description parameter an return the TLS certificte and errors instead.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 41b59f839..e3f7161ef 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -158,7 +158,8 @@ gboolean ephy_web_view_get_is_blank (EphyWebView
gboolean ephy_web_view_has_modified_forms (EphyWebView *view);
void ephy_web_view_get_security_level (EphyWebView *view,
EphyWebViewSecurityLevel *level,
- char **description);
+ GTlsCertificate **certificate,
+ GTlsCertificateFlags *errors);
void ephy_web_view_print (EphyWebView *view);
const char * ephy_web_view_get_title (EphyWebView *view);
const char * ephy_web_view_get_address (EphyWebView *view);