[Telepathy-commits] [telepathy-spec/master] Observer: add tp:dbus-ref to reference other interfaces

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 26 08:21:29 PDT 2008


20080624150806-53eee-7deb502e4bb161ce83514ffb5deb4d67946cd9c7.gz
---
 spec/Client_Observer.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/spec/Client_Observer.xml b/spec/Client_Observer.xml
index fc1ff48..d645da2 100644
--- a/spec/Client_Observer.xml
+++ b/spec/Client_Observer.xml
@@ -87,7 +87,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
         <tp:rationale>
           <p>The channel dispatcher must wait for observers to start up,
             to avoid the following race: text channel logger (observer) gets
-            ObserveChannel, text channel handler gets HandleChannel,
+            ObserveChannel, text channel handler gets
+            <tp:dbus-ref namespace="org.freedesktop.Telepathy.Client.ChannelHandler.DRAFT">HandleChannel</tp:dbus-ref>
             channel handler starts up faster and acknowledges messages,
             logger never sees those messages.</p>
         </tp:rationale>
@@ -95,7 +96,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
       <arg name="Connection" type="o" direction="in">
         <tp:docstring>
-          The Connection with which the channels are associated. The
+          The
+          <tp:dbus-ref namespace="org.freedesktop.Telepathy">Connection</tp:dbus-ref>
+          with which the channels are associated. The
           well-known bus name to use can be derived from this object
           path by removing the leading '/' and replacing all subsequent
           '/' by '.'.
-- 
1.5.6.5




More information about the Telepathy-commits mailing list