diff options
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r-- | src/ephy-notebook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index b04fcbb15..afcdf66c2 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -71,6 +71,8 @@ void ephy_notebook_set_show_tabs (EphyNotebook *nb, void ephy_notebook_set_dnd_enabled (EphyNotebook *nb, gboolean enabled); +GList * ephy_notebook_get_focused_pages (EphyNotebook *nb); + G_END_DECLS #endif /* EPHY_NOTEBOOK_H */ |