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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index c7e905bc5..0833bedf4 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -82,7 +82,8 @@ void ephy_location_entry_set_location (EphyLocationEntry *le,
const char *typed_address);
void ephy_location_entry_set_completion_func (EphyLocationEntry *le,
- GtkEntryCompletionMatchFunc completion_func);
+ GtkEntryCompletionMatchFunc completion_func,
+ gpointer user_data);
const char *ephy_location_entry_get_location (EphyLocationEntry *le);