blob: 0fb264e5fced801b92470f314e309900b4e9ff89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.freedesktop.Telepathy.ChannelHandler">
<method name="HandleChannel">
<arg direction="in" type="s" name="bus_name" />
<arg direction="in" type="o" name="connection" />
<arg direction="in" type="s" name="channel_type" />
<arg direction="in" type="o" name="channel" />
<arg direction="in" type="u" name="handle_type" />
<arg direction="in" type="u" name="handle" />
</method>
</interface>
</node>
|