aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/tp-stream-engine.xml
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-26 21:31:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-26 21:31:14 +0800
commit389d71af383dacd5e67d460811926b34d7fcf22f (patch)
tree93b2144e66c63918c5a4fc2c261dd4724ec3c134 /libempathy/tp-stream-engine.xml
parentc3751daec7cca3e44abfed1db475cf0fc4703d66 (diff)
downloadgsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.gz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.bz2
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.lz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.xz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.zst
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.zip
Make use of generated code for using stream engine.
svn path=/trunk/; revision=664
Diffstat (limited to 'libempathy/tp-stream-engine.xml')
-rw-r--r--libempathy/tp-stream-engine.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/libempathy/tp-stream-engine.xml b/libempathy/tp-stream-engine.xml
deleted file mode 100644
index 5a8783d0e..000000000
--- a/libempathy/tp-stream-engine.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node name="/TpMediaEngine">
- <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>
- <interface name="org.freedesktop.Telepathy.StreamEngine">
- <method name="SetOutputVolume">
- <arg direction="in" type="o" name="channel_path" />
- <arg direction="in" type="u" name="stream_id" />
- <arg direction="in" type="u" name="volume" />
- </method>
- <method name="MuteInput">
- <arg direction="in" type="o" name="channel_path" />
- <arg direction="in" type="u" name="stream_id" />
- <arg direction="in" type="b" name="mute_state" />
- </method>
- <method name="MuteOutput">
- <arg direction="in" type="o" name="channel_path" />
- <arg direction="in" type="u" name="stream_id" />
- <arg direction="in" type="b" name="mute_state" />
- </method>
- <method name="SetOutputWindow">
- <arg direction="in" type="o" name="channel_path" />
- <arg direction="in" type="u" name="stream_id" />
- <arg direction="in" type="u" name="window" />
- </method>
- <method name="AddPreviewWindow">
- <arg direction="in" type="u" name="window" />
- </method>
- <method name="RemovePreviewWindow">
- <arg direction="in" type="u" name="window" />
- </method>
- <signal name="Receiving">
- <arg type="o" name="channel_path" />
- <arg type="u" name="stream_id" />
- <arg type="b" name="state" />
- </signal>
- <signal name="StreamStateChanged">
- <arg type="o" name="channel_path" />
- <arg type="u" name="stream_id" />
- <arg type="u" name="state" />
- <arg type="u" name="direction" />
- </signal>
- <method name="Shutdown">
- </method>
- </interface>
-</node>