aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-location-entry.h')
-rw-r--r--lib/widgets/ephy-location-entry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 6d40f3d2c..1bc923ac9 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -61,6 +61,10 @@ struct _EphyLocationEntry
EphyLocationEntryPrivate *priv;
};
+#define STOCK_LOCK_INSECURE "lock-insecure"
+#define STOCK_LOCK_SECURE "lock-secure"
+#define STOCK_LOCK_BROKEN "lock-broken"
+
GType ephy_location_entry_get_type (void);
GtkWidget *ephy_location_entry_new (void);