diff options
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 92ceb3b5f..6db674193 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -65,6 +65,9 @@ GtkTooltips *ephy_statusbar_get_tooltips (EphyStatusbar *statusbar); GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar); +void ephy_statusbar_set_caret_mode (EphyStatusbar *statusbar, + gboolean enabled); + void ephy_statusbar_set_security_state (EphyStatusbar *statusbar, const char *stock_id, const char *tooltip); |