diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h index cd4ce1041..3388b396f 100644 --- a/lib/ephy-state.h +++ b/lib/ephy-state.h @@ -49,6 +49,10 @@ void ephy_state_add_expander (GtkWidget *expander, const char *name, gboolean default_state); +void ephy_state_add_toggle (GtkWidget *toggle, + const char *name, + gboolean default_state); + void ephy_state_save (void); G_END_DECLS |