aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:11:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:11:28 +0800
commit624e8f8ee031000ddb46bdec44a329e6964db3df (patch)
treee5766d89eefc8082e847643761dcfd15e90cb38b /libempathy
parentc99bbf0fdfd30fd2e71125cb105d2c1339cffe4d (diff)
downloadgsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar.gz
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar.bz2
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar.lz
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar.xz
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.tar.zst
gsoc2013-empathy-624e8f8ee031000ddb46bdec44a329e6964db3df.zip
Add Chandler and Filter interfaces
svn path=/trunk/; revision=918
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-chandler.xml13
-rw-r--r--libempathy/empathy-filter.xml18
2 files changed, 0 insertions, 31 deletions
diff --git a/libempathy/empathy-chandler.xml b/libempathy/empathy-chandler.xml
deleted file mode 100644
index 0fb264e5f..000000000
--- a/libempathy/empathy-chandler.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
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>