aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r--src/ephy-location-action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h
index 78053b27c..15ad6f123 100644
--- a/src/ephy-location-action.h
+++ b/src/ephy-location-action.h
@@ -47,6 +47,9 @@ struct _EphyLocationAction
struct _EphyLocationActionClass
{
EphyLinkActionClass parent_class;
+
+ /* Signals */
+ void (* lock_clicked) (EphyLocationAction *action);
};
GType ephy_location_action_get_type (void);