diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 03:55:05 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:16 +0800 |
commit | ad91b4e454f2ddbab88801490b1ce5cd91eb03ac (patch) | |
tree | 6689d70d4bc7612859c1c5fd6eafe283a0af35e5 /lib | |
parent | b0891810b1015e23df760dffe6befb145c9a4e3d (diff) | |
download | gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.tar.gz gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.tar.zst gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.zip |
docs: ephy-location-action
Bug #503852
Diffstat (limited to 'lib')
-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, |