summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-22 16:50:27 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-22 16:50:27 +0000
commit4eae33f73ead8c01637aa329e873978e3cac8dd0 (patch)
treec0729d33afec4db5e9cc62e5548a4e1d8e35b6ce /spec
parent4a727c450da1bc0e69ba3f24725e0f6ddcba1a21 (diff)
downloadtelepathy-glib-4eae33f73ead8c01637aa329e873978e3cac8dd0.tar.gz
Update ChannelHandler to telepathy-spec 0.17.5 (no substantive changes)
20080522165027-53eee-3d881e3e5295e443a0e88fce4015475151951e37.gz
Diffstat (limited to 'spec')
-rw-r--r--spec/Channel_Handler.xml27
1 files changed, 19 insertions, 8 deletions
diff --git a/spec/Channel_Handler.xml b/spec/Channel_Handler.xml
index 440ec2a4c..06b14e80e 100644
--- a/spec/Channel_Handler.xml
+++ b/spec/Channel_Handler.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<node name="/Channel_Handler" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <tp:copyright>Copyright (C) 2007 Collabora Limited</tp:copyright>
+ <tp:copyright>Copyright (C) 2007-2008 Collabora Limited</tp:copyright>
<tp:license xmlns="http://www.w3.org/1999/xhtml">
<p>This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -18,44 +18,55 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:license>
<interface name="org.freedesktop.Telepathy.ChannelHandler">
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ <p>An interface exported by client applications which are able to
+ handle incoming channels.</p>
+ </tp:docstring>
+ <tp:added version="0.17.0"/>
+
<method name="HandleChannel">
+ <tp:docstring>
+ Called when a channel handler should handle a new channel.
+ </tp:docstring>
+ <tp:added version="0.17.0"/>
+
<arg direction="in" type="s" name="Bus_Name" tp:type="DBus_Bus_Name">
<tp:docstring>
The bus name of the connection and channel
</tp:docstring>
</arg>
+
<arg direction="in" type="o" name="Connection">
<tp:docstring>
The object-path of the connection that owns the channel
</tp:docstring>
</arg>
+
<arg direction="in" type="s" tp:type="DBus_Interface" name="Channel_Type">
<tp:docstring>
The channel type
</tp:docstring>
</arg>
+
<arg direction="in" type="o" name="Channel">
<tp:docstring>
The object-path of the channel
</tp:docstring>
</arg>
+
<arg direction="in" type="u" tp:type="Handle_Type" name="Handle_Type">
<tp:docstring>The type of the handle that the channel communicates
with, or 0 if there is no associated handle</tp:docstring>
</arg>
+
<arg direction="in" type="u" tp:type="Handle" name="Handle">
<tp:docstring>The handle that the channel communicates with,
or 0 if there is no associated handle</tp:docstring>
</arg>
- <tp:docstring>
- Called when a channel handler should handle a new channel.
- </tp:docstring>
+
<!-- FIXME: possible errors? -->
</method>
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>An interface exported by client applications which are able to
- handle incoming channels.</p>
- </tp:docstring>
+
</interface>
</node>
<!-- vim:set sw=2 sts=2 et ft=xml: -->