summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-18 14:45:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-18 14:45:09 +0100
commit93de071193669ace85bbcb9db796ceb0bece535d (patch)
treefeead112b4c54a2b8886c4d90b0e1b68a0ff2920
parent57eab9519ef0bd8d64b529ac1359f415c2ee4576 (diff)
Location: strengthen calling AddClientInterest from MAY to SHOULD
-rw-r--r--spec/Connection_Interface_Location.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/Connection_Interface_Location.xml b/spec/Connection_Interface_Location.xml
index cda6b288..a2dc9b7a 100644
--- a/spec/Connection_Interface_Location.xml
+++ b/spec/Connection_Interface_Location.xml
@@ -48,11 +48,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<a href="http://geoclue.freedesktop.org/">Geoclue</a> API where
possible.</p>
- <p>Clients of this interface MAY register an interest in it by calling
+ <p>Clients of this interface SHOULD register an interest in it by calling
<tp:dbus-ref namespace="org.freedesktop.Telepathy"
>Connection.AddClientInterest</tp:dbus-ref> with an argument
- containing the name of this interface. If they do, they SHOULD do so
- before calling any Location method, and they MAY call
+ containing the name of this interface,
+ before calling any Location method. If they do so, they SHOULD also call
<tp:dbus-ref namespace="org.freedesktop.Telepathy"
>Connection.RemoveClientInterest</tp:dbus-ref> after use to allow
the CM to release resources associated with this interface.</p>