aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Chandler.xml
blob: e26932e2bcd5c0852812abe862953d87271e3cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/Chandler">
  <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>