diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-16 09:39:08 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-16 09:39:08 +0200 |
commit | 61dac3e4d8b0b340d6bab277b5d3b74955f9a5fe (patch) | |
tree | 90536325c00c15f302d0c415c69ddeef8122cddb /spec/Channel_Dispatcher.xml | |
parent | 467dac264530addf671ae19c8f4bae585e9ecb0f (diff) |
Implement when DelegateChannels() and PresentChannel() have been implemented in MC
Diffstat (limited to 'spec/Channel_Dispatcher.xml')
-rw-r--r-- | spec/Channel_Dispatcher.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml index 826b7da6..6f1577dd 100644 --- a/spec/Channel_Dispatcher.xml +++ b/spec/Channel_Dispatcher.xml @@ -571,7 +571,9 @@ <method name="DelegateChannels" tp:name-for-bindings="Delegate_Channels"> - <tp:added version="0.23.1" /> + <tp:added version="0.23.1"> + Implemented since telepathy-mission-control 5.7.12. + </tp:added> <tp:changed version="0.23.UNRELEASED">This method now returns <var>Delegated</var> and <var>Not_Delegated</var> instead of nothing. <tp:dbus-ref namespace="ofdT.Client.Handler">HandleChannels</tp:dbus-ref> @@ -704,7 +706,9 @@ <method name="PresentChannel" tp:name-for-bindings="Present_Channel"> - <tp:added version="0.23.1" /> + <tp:added version="0.23.1"> + Implemented since telepathy-mission-control 5.7.12. + </tp:added> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Equivalent of calling <tp:dbus-ref namespace="org.freedesktop.Telepathy.ChannelDispatcher">EnsureChannel</tp:dbus-ref> |