aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-filter.xml
blob: e6b8daeef594559c0f3975d3cd511fa0ebd832f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/Filter">
  <interface name="org.gnome.Empathy.Filter">
    <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol" value="empathy_filter"/>
    <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" />
      <arg direction="in" type="u" name="context_handle" />
    </method>
    <signal name="Process">
      <arg type="u" name="context_handle" />
      <arg type="u" name="result" />
    </signal>
  </interface>
</node>