aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:22:11 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:22:11 +0800
commita49e468d81c149fb05d15258f6c4032819d80325 (patch)
tree3d9d2c08325484c8c7d47b19fef6cb3d9be23d2f /extensions
parentc0ca8cb0dff9e31d52e3e3e44be9bcd4d00514ca (diff)
downloadgsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar.gz
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar.bz2
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar.lz
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar.xz
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.tar.zst
gsoc2013-empathy-a49e468d81c149fb05d15258f6c4032819d80325.zip
Fix spec format to make it work with updated tools
svn path=/trunk/; revision=1868
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Stream_Engine.xml20
-rw-r--r--extensions/Tube_Handler.xml2
-rw-r--r--extensions/all.xml2
3 files changed, 21 insertions, 3 deletions
diff --git a/extensions/Stream_Engine.xml b/extensions/Stream_Engine.xml
index 0303a516d..89c9a24ca 100644
--- a/extensions/Stream_Engine.xml
+++ b/extensions/Stream_Engine.xml
@@ -1,5 +1,21 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node name="/Stream_Engine">
+<?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" />
diff --git a/extensions/Tube_Handler.xml b/extensions/Tube_Handler.xml
index 1c14158ba..187b3d8cc 100644
--- a/extensions/Tube_Handler.xml
+++ b/extensions/Tube_Handler.xml
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>The handle that the channel communicates with,
or 0 if there is no associated handle</tp:docstring>
</arg>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" type="u" tp:type="Tube_ID" name="id">
<tp:docstring>
The ID of the new tube.
</tp:docstring>
diff --git a/extensions/all.xml b/extensions/all.xml
index 79d6a2769..5e6ecce27 100644
--- a/extensions/all.xml
+++ b/extensions/all.xml
@@ -25,6 +25,8 @@
from="Telepathy specification"/>
<tp:external-type name="Unix_Timestamp64" type="t"
from="Telepathy specification"/>
+ <tp:external-type name="Tube_ID" type="u"
+ from="Telepathy specification"/>
</tp:generic-types>
</tp:spec>