aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.xml
blob: 0223fefb02c86f09dd9f97592355c0e245a5e1be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
  <interface name="org.freedesktop.Telepathy.MissionControl.Filter">
    <method name="FilterChannel">
      <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" />
      <arg direction="in" type="u" name="id" />
    </method>
    <signal name="Process">
      <arg type="u" name="id"/>
      <arg type="b" name="process"/>
    </signal>
  </interface>
</node>