[Telepathy-commits] [telepathy-spec/master] Account: explicitly say how to get the well-known name of the Connection

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Jan 13 11:17:07 PST 2009


---
 spec/Account.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/spec/Account.xml b/spec/Account.xml
index cb80321..8988888 100644
--- a/spec/Account.xml
+++ b/spec/Account.xml
@@ -369,10 +369,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
     <property name="Connection" tp:name-for-bindings="Connection"
       type="o" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-        Either the object path of the <tp:dbus-ref
+        <p>Either the object path of the <tp:dbus-ref
           namespace="org.freedesktop.Telepathy">Connection</tp:dbus-ref> to
         this account, or the special value <code>'/'</code> if there is no
-        connection.
+        connection.</p>
+
+        <p>If this object path is not '/', the Connection's well-known bus
+          name can be derived from this object path by removing the first '/'
+          and replacing subsequent '/' characters with '.'.</p>
 
         <tp:rationale>
           Object paths aren't nullable, so we can't use an empty string.
-- 
1.5.6.5



More information about the Telepathy-commits mailing list