]> git.0d.be Git - empathy.git/commitdiff
Fix spec format to make it work with updated tools
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:22:11 +0000 (16:22 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:22:11 +0000 (16:22 +0000)
svn path=/trunk/; revision=1868

extensions/Stream_Engine.xml
extensions/Tube_Handler.xml
extensions/all.xml

index 0303a516d11b8dc82516a7edbf04619906adc4ba..89c9a24cad38143985d5b41b3800068e5129ca59 100644 (file)
@@ -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" />
index 1c14158ba4133eb1a184f0f372742b8cb3f94461..187b3d8cc083b0f5efa4152a455c6e640791f7c2 100644 (file)
@@ -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>
index 79d6a2769a245baac193ec5f86d7c25aad15afc2..5e6ecce276706c2d697e27c89c5350fd1d88865d 100644 (file)
@@ -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>