diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index daa9cba0e..c3d5a1a88 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -165,6 +165,7 @@ struct _EphyEmbedIface void (* get_security_level) (EphyEmbed *embed, EmbedSecurityLevel *level, char **description); + void (* show_page_certificate) (EphyEmbed *embed); void (* set_zoom) (EphyEmbed *embed, float zoom); float (* get_zoom) (EphyEmbed *embed); @@ -243,6 +244,8 @@ void ephy_embed_get_security_level (EphyEmbed *embed, EmbedSecurityLevel *level, char **description); +void ephy_embed_show_page_certificate (EphyEmbed *embed); + /* Zoom */ void ephy_embed_set_zoom (EphyEmbed *embed, float zoom); |