diff options
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 209d8ceb7..92ceb3b5f 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -61,6 +61,10 @@ GType ephy_statusbar_get_type (void); GtkWidget *ephy_statusbar_new (void); +GtkTooltips *ephy_statusbar_get_tooltips (EphyStatusbar *statusbar); + +GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar); + void ephy_statusbar_set_security_state (EphyStatusbar *statusbar, const char *stock_id, const char *tooltip); |