aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-action-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-action-helper.h')
-rw-r--r--src/ephy-action-helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-action-helper.h b/src/ephy-action-helper.h
index 331d0fc1b..71c0bbcfa 100644
--- a/src/ephy-action-helper.h
+++ b/src/ephy-action-helper.h
@@ -28,6 +28,11 @@
G_BEGIN_DECLS
+enum
+{
+ SENS_FLAG = 1 << 0
+};
+
void ephy_action_change_sensitivity_flags (GtkAction *action,
guint flags,
gboolean set);