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 ca93cdf55..314ad098c 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -70,6 +70,8 @@ struct EphyNotebookClass void (* tab_detached) (EphyNotebook *notebook, GtkWidget *child); void (* tabs_reordered) (EphyNotebook *notebook); + void (* tab_delete) (EphyNotebook *notebook, + GtkWidget *child); }; GType ephy_notebook_get_type (void); |