[Telepathy-commits] [telepathy-spec/master] Fix mistaken references to o.f.Telepathy.Errors (should have been Error)

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Feb 16 06:47:34 PST 2009


---
 spec/Channel_Dispatch_Operation.xml |    2 +-
 spec/Channel_Request.xml            |    4 ++--
 spec/Client_Handler.xml             |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/Channel_Dispatch_Operation.xml b/spec/Channel_Dispatch_Operation.xml
index 7f61f6f..6f728c3 100644
--- a/spec/Channel_Dispatch_Operation.xml
+++ b/spec/Channel_Dispatch_Operation.xml
@@ -161,7 +161,7 @@
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
           <p>The name of a D-Bus error indicating why the channel closed. If
             no better reason can be found,
-            <code>org.freedesktop.Telepathy.Errors.NotAvailable</code> MAY
+            <code>org.freedesktop.Telepathy.Error.NotAvailable</code> MAY
             be used as a fallback; this means that this error SHOULD NOT be
             given any more specific meaning.</p>
 
diff --git a/spec/Channel_Request.xml b/spec/Channel_Request.xml
index 66c8a25..3706bdb 100644
--- a/spec/Channel_Request.xml
+++ b/spec/Channel_Request.xml
@@ -105,7 +105,7 @@
       </tp:docstring>
 
       <tp:possible-errors>
-        <tp:error name="org.freedesktop.Telepathy.Errors.NotAvailable">
+        <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable">
           <tp:docstring>
             This method has already been called, so it is no longer
             available. Stop calling it.
@@ -144,7 +144,7 @@
 
         <p>If <tp:member-ref>Failed</tp:member-ref> is emitted in response to
           this method, the error SHOULD be
-          <code>org.freedesktop.Telepathy.Errors.Cancelled</code>.</p>
+          <code>org.freedesktop.Telepathy.Error.Cancelled</code>.</p>
 
         <p>If the channel has already been dispatched to a handler, then
           it's too late to call this method, and the channel request will
diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml
index 59c253b..b29ffac 100644
--- a/spec/Client_Handler.xml
+++ b/spec/Client_Handler.xml
@@ -238,7 +238,7 @@
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
           <p>The name of the D-Bus error with which the request failed.</p>
 
-          <p>If this is <code>org.freedesktop.Telepathy.Errors.NotYours</code>,
+          <p>If this is <code>org.freedesktop.Telepathy.Error.NotYours</code>,
             this indicates that the request succeeded, but all the resulting
             channels were given to some other handler.</p>
         </tp:docstring>
-- 
1.5.6.5



More information about the telepathy-commits mailing list