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.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index f8c8dfad0..5718a0b57 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -81,7 +81,17 @@ void ephy_location_entry_activate (EphyLocationEntry *le);
GtkWidget *ephy_location_entry_get_entry (EphyLocationEntry *entry);
-GtkWidget *ephy_location_entry_get_image (EphyLocationEntry *entry);
+void ephy_location_entry_set_favicon (EphyLocationEntry *entry,
+ GdkPixbuf *pixbuf);
+
+void ephy_location_entry_set_show_lock (EphyLocationEntry *entry,
+ gboolean show_lock);
+
+void ephy_location_entry_set_lock_stock (EphyLocationEntry *entry,
+ const char *stock_id);
+
+void ephy_location_entry_set_lock_tooltip (EphyLocationEntry *entry,
+ const char *tooltip);
G_END_DECLS