aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-filter.xml')
-rw-r--r--libempathy/empathy-filter.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/libempathy/empathy-filter.xml b/libempathy/empathy-filter.xml
deleted file mode 100644
index 0223fefb0..000000000
--- a/libempathy/empathy-filter.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>