[telepathy-doc/master] Minor additions
Danielle Madeley
danielle.madeley at collabora.co.uk
Wed Nov 4 22:25:55 PST 2009
---
docs/book/C/channel-dispatcher.xml | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/docs/book/C/channel-dispatcher.xml b/docs/book/C/channel-dispatcher.xml
index 7df34b9..b64b8d4 100644
--- a/docs/book/C/channel-dispatcher.xml
+++ b/docs/book/C/channel-dispatcher.xml
@@ -354,6 +354,11 @@
<xref linkend="ex.channel-dispatcher.clients.impl.channel_class_list"/>
gives some examples.
</para>
+ <para>
+ If you require more complex channel matching,
+ you should install a more generic handlers and simply apply your
+ own filtering rules when the Dispatcher gives you the channel.
+ </para>
<example id="ex.channel-dispatcher.clients.impl.channel_class_list">
<title>Example Channel Filters</title>
@@ -413,10 +418,10 @@
<title>.client File</title>
<para>
- A .client file is used by the Channel Dispatcher to pre-lookup
- properties for D-Bus activatable Telepathy clients. Non-activatable
- clients can also install a client file, but there is little point as
- the Channel Dispatcher can read the properties directly.
+ A <filename>.client</filename> file is used by the Channel Dispatcher to
+ pre-lookup properties for D-Bus activatable Telepathy clients.
+ Non-activatable clients can also install a client file, but there is
+ little point as the Channel Dispatcher can read the properties directly.
</para>
<para>
--
1.5.6.5
More information about the telepathy-commits
mailing list