aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index 6db674193..9a71e0e05 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -55,6 +55,9 @@ struct _EphyStatusbar
struct _EphyStatusbarClass
{
GtkStatusbarClass parent_class;
+
+ /* Signals */
+ void (* lock_clicked) (EphyStatusbar *statusbar);
};
GType ephy_statusbar_get_type (void);