diff options
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r-- | src/ephy-notebook.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index e90aa56b9..9ce55f5b3 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -66,6 +66,7 @@ struct EphyNotebookClass void (* tab_detached) (EphyNotebook *dest, gint cur_page, gint root_x, gint root_y); + void (* tabs_changed) (EphyNotebook *nb); }; |