[Telepathy-commits] [telepathy-spec/master] GetLocations: don't guarantee a LocationUpdated signal later
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Jan 15 07:57:24 PST 2009
---
spec/Connection_Interface_Location.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/spec/Connection_Interface_Location.xml b/spec/Connection_Interface_Location.xml
index 76979a9..094d490 100644
--- a/spec/Connection_Interface_Location.xml
+++ b/spec/Connection_Interface_Location.xml
@@ -251,10 +251,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>
Return the current locations of the given contacts, if they are
already known. If any of the given contacts' locations are not known,
- request their current locations, and later emit
- <tp:member-ref>LocationUpdated</tp:member-ref> for them; the
- <tp:member-ref>LocationUpdated</tp:member-ref> signal for contacts
- whose location could not be determined will have an empty Location.
+ request their current locations, but return immediately without waiting
+ for a reply; if a reply with a non-empty location is later received
+ for those contacts, the <tp:member-ref>LocationUpdated</tp:member-ref>
+ signal will be emitted for them.
</tp:docstring>
<arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
--
1.5.6.5
More information about the Telepathy-commits
mailing list