[Telepathy-commits] [telepathy-glib/master] EnsureChannel: require Yours to be true at most once, and not if CreateChannel is involved

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 16:26:40 PDT 2008


---
 spec/Connection_Interface_Requests.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/spec/Connection_Interface_Requests.xml b/spec/Connection_Interface_Requests.xml
index e97656d..a969976 100644
--- a/spec/Connection_Interface_Requests.xml
+++ b/spec/Connection_Interface_Requests.xml
@@ -312,7 +312,9 @@
         <tp:docstring>
           True if the channel was created afresh to satisfy the caller's
           request, and hence the caller should take responsibility for it as if
-          it had called CreateChannel.
+          it had called CreateChannel.  This parameter MUST NOT be True for
+          more than one call of EnsureChannel per channel, and MUST NOT be True
+          if the channel is also returned to a caller of CreateChannel.
         </tp:docstring>
       </arg>
     </method>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list