diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-21 13:54:08 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-21 13:54:08 +0100 |
commit | 55e398c0f8f3ce9bb8a7a4c5432f6ece016f2081 (patch) | |
tree | 34c7edf212d44dd6121e22c769ed3747d763acda /spec/Channel_Dispatcher.xml | |
parent | e2318cfb1ac5c604eeacce6d8e2a0de14cc508e7 (diff) |
Rename Client.Handler.Interface.RequestNotification to Client.Interface.Requests
This follows the same pattern as Channel interfaces (if we assume that
Observer, Approver and Handler are "client types", which isn't quite true)
and is much shorter!
Also remove the .DRAFT suffix in preparation for a "nearly-final" release
of ChannelDispatcher and co.
Diffstat (limited to 'spec/Channel_Dispatcher.xml')
-rw-r--r-- | spec/Channel_Dispatcher.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml index 2780fe50..ff911856 100644 --- a/spec/Channel_Dispatcher.xml +++ b/spec/Channel_Dispatcher.xml @@ -202,9 +202,9 @@ </tp:rationale> <p>If this is a well-known bus name and the handler has the - RequestNotification interface, the channel dispatcher SHOULD + Requests interface, the channel dispatcher SHOULD call <tp:dbus-ref - namespace="org.freedesktop.Telepathy.Client.Handler.Interface.RequestNotification.DRAFT">AddRequest</tp:dbus-ref> + namespace="org.freedesktop.Telepathy.Client.Interface.Requests">AddRequest</tp:dbus-ref> on that Handler after this method has returned.</p> <tp:rationale> |