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 7e05e6106..9d6388ac4 100644 --- a/lib/ephy-state.h +++ b/lib/ephy-state.h @@ -31,6 +31,10 @@ void ephy_state_add_window (GtkWidget *window, int default_width, int default_heigth); +void ephy_state_add_paned (GtkWidget *paned, + const char *name, + int default_width); + void ephy_state_save (void); G_END_DECLS |