aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r--src/ephy-notebook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h
index 19e07ed8c..609b0f9a5 100644
--- a/src/ephy-notebook.h
+++ b/src/ephy-notebook.h
@@ -71,6 +71,10 @@ int ephy_notebook_add_tab (EphyNotebook *nb,
void ephy_notebook_set_show_tabs (EphyNotebook *nb,
gboolean show_tabs);
+void ephy_notebook_next_page (EphyNotebook *notebook);
+
+void ephy_notebook_prev_page (EphyNotebook *notebook);
+
G_END_DECLS
#endif /* EPHY_NOTEBOOK_H */