diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2008-11-24 18:06:26 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2008-11-26 16:24:09 +0000 |
commit | 0bc497386e5be509156a8b96885af86efbd5ff8f (patch) | |
tree | 99502b8b506800b99c5f32e12754ed816b067f6f /spec/Client_Handler.xml | |
parent | f13e780e62f5b2e87ec7b7e4c0db131a25298b30 (diff) |
ChannelDispatcher: CreateChannel must return before AddRequest is called
Diffstat (limited to 'spec/Client_Handler.xml')
-rw-r--r-- | spec/Client_Handler.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml index db8b9077..59c253b2 100644 --- a/spec/Client_Handler.xml +++ b/spec/Client_Handler.xml @@ -191,7 +191,15 @@ <tp:docstring> The <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> - object. + object, which MUST have been returned by <tp:dbus-ref + namespace="org.freedesktop.Telepathy.ChannelDispatcher.DRAFT">CreateChannel</tp:dbus-ref> + or <tp:dbus-ref + namespace="org.freedesktop.Telepathy.ChannelDispatcher.DRAFT">EnsureChannel</tp:dbus-ref> + before this method is called. + + <tp:rationale> + See those methods for the rationale of this ordering. + </tp:rationale> </tp:docstring> </arg> |