]> git.0d.be Git - empathy.git/blob - extensions/Stream_Engine.xml
It's now safe to call emp_cli_init multiple times. Move that call to empathy_tp_call_...
[empathy.git] / extensions / Stream_Engine.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node name="/Stream_Engine">
3   <interface name="org.freedesktop.Telepathy.StreamEngine">
4     <method name="SetOutputVolume">
5       <arg direction="in" type="o" name="channel_path" />
6       <arg direction="in" type="u" name="stream_id" />
7       <arg direction="in" type="u" name="volume" />
8     </method>
9     <method name="MuteInput">
10       <arg direction="in" type="o" name="channel_path" />
11       <arg direction="in" type="u" name="stream_id" />
12       <arg direction="in" type="b" name="mute_state" />
13     </method>
14     <method name="MuteOutput">
15       <arg direction="in" type="o" name="channel_path" />
16       <arg direction="in" type="u" name="stream_id" />
17       <arg direction="in" type="b" name="mute_state" />
18     </method>
19     <method name="SetOutputWindow">
20       <arg direction="in" type="o" name="channel_path" />
21       <arg direction="in" type="u" name="stream_id" />
22       <arg direction="in" type="u" name="window" />
23     </method>
24     <method name="AddPreviewWindow">
25       <arg direction="in" type="u" name="window" />
26     </method>
27     <method name="RemovePreviewWindow">
28       <arg direction="in" type="u" name="window" />
29     </method>
30     <signal name="Receiving">
31       <arg type="o" name="channel_path" />
32       <arg type="u" name="stream_id" />
33       <arg type="b" name="state" />
34     </signal>
35     <signal name="StreamStateChanged">
36       <arg type="o" name="channel_path" />
37       <arg type="u" name="stream_id" />
38       <arg type="u" name="state" />
39       <arg type="u" name="direction" />
40     </signal>
41     <method name="Shutdown">
42     </method>
43   </interface>
44 </node>