From 833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 8 Aug 2012 13:34:42 +0200 Subject: 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. --- embed/ephy-web-view.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed/ephy-web-view.h') 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); -- cgit v1.2.3