diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:02:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:02:36 +0800 |
commit | cbc58090d94638c121b54dfbd9c9829323675e2a (patch) | |
tree | c081572b595904a333ac53e63d87d383cd4ca6d1 /extensions | |
parent | 579b8dd725b4a831a991d55f1f5c4ddeda9ced66 (diff) | |
download | gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar.gz gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar.bz2 gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar.lz gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar.xz gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.tar.zst gsoc2013-empathy-cbc58090d94638c121b54dfbd9c9829323675e2a.zip |
Initial port from telepathy-stream-engine to telepathy-farsight
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2380
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile.am | 1 | ||||
-rw-r--r-- | extensions/Stream_Engine.xml | 60 | ||||
-rw-r--r-- | extensions/misc.xml | 1 |
3 files changed, 0 insertions, 62 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 408445fb8..20657bba7 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -11,7 +11,6 @@ EXTRA_DIST = \ generic-types.xml \ misc.xml \ Channel_Handler.xml \ - Stream_Engine.xml \ Tube_Handler.xml \ Channel_Type_File_Transfer.xml \ Channel_Interface_Tube.xml \ diff --git a/extensions/Stream_Engine.xml b/extensions/Stream_Engine.xml deleted file mode 100644 index 89c9a24ca..000000000 --- a/extensions/Stream_Engine.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" ?> -<node name="/Stream_Engine" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> - <tp:copyright>Copyright (C) 2008 Collabora Limited</tp:copyright> - <tp:license xmlns="http://www.w3.org/1999/xhtml"> - <p>This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version.</p> - -<p>This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details.</p> - -<p>You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> - </tp:license> - <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> diff --git a/extensions/misc.xml b/extensions/misc.xml index fc96eff89..e79caead2 100644 --- a/extensions/misc.xml +++ b/extensions/misc.xml @@ -4,7 +4,6 @@ <tp:title>Misc extensions for Empathy</tp:title> -<xi:include href="Stream_Engine.xml"/> <xi:include href="Channel_Handler.xml"/> <xi:include href="Tube_Handler.xml"/> <xi:include href="Channel_Type_File_Transfer.xml"/> |