diff options
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r-- | src/ephy-notebook.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 60ede5616..00b2ec579 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -54,15 +54,15 @@ struct EphyNotebookClass GtkNotebookClass parent_class; /* Signals */ - void (* tab_added) (EphyNotebook *notebook, - EphyTab *tab); - void (* tab_removed) (EphyNotebook *notebook, - EphyTab *tab); - void (* tab_detached) (EphyNotebook *notebook, - EphyTab *tab); - void (* tabs_reordered) (EphyNotebook *notebook); - void (* tab_delete) (EphyNotebook *notebook, - EphyTab *tab); + void (* tab_added) (EphyNotebook *notebook, + EphyTab *tab); + void (* tab_removed) (EphyNotebook *notebook, + EphyTab *tab); + void (* tab_detached) (EphyNotebook *notebook, + EphyTab *tab); + void (* tabs_reordered) (EphyNotebook *notebook); + gboolean (* tab_delete) (EphyNotebook *notebook, + EphyTab *tab); }; GType ephy_notebook_get_type (void); |