diff options
Diffstat (limited to 'lib/ephy-state.h')
-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 55cd4fa5a..bc01e2eea 100644 --- a/lib/ephy-state.h +++ b/lib/ephy-state.h @@ -43,6 +43,10 @@ void ephy_state_add_paned (GtkWidget *paned, const char *name, int default_width); +void ephy_state_add_expander (GtkWidget *expander, + const char *name, + gboolean default_state); + void ephy_state_save (void); G_END_DECLS |