diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index e8fdcee76..009d5f89f 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1304,13 +1304,10 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry, /** * ephy_location_entry_set_location: * @entry: an #EphyLocationEntry widget - * @address: the address to be set as the current location - * @typed_address: the address to be shown in the location entry or NULL - * - * Sets the current address of @entry to @address, alternatively a - * @typed_address can be used to determine the text to be displayed in the - * location entry. + * @address: current location address + * @typed_address: address shown in the location entry * + * Sets the current address of @entry to @address or @typed_address if given. **/ void ephy_location_entry_set_location (EphyLocationEntry *entry, |