empathy r1868 - trunk/extensions



Author: xclaesse
Date: Fri Nov 21 16:22:11 2008
New Revision: 1868
URL: http://svn.gnome.org/viewvc/empathy?rev=1868&view=rev

Log:
Fix spec format to make it work with updated tools

Modified:
   trunk/extensions/Stream_Engine.xml
   trunk/extensions/Tube_Handler.xml
   trunk/extensions/all.xml

Modified: trunk/extensions/Stream_Engine.xml
==============================================================================
--- trunk/extensions/Stream_Engine.xml	(original)
+++ trunk/extensions/Stream_Engine.xml	Fri Nov 21 16:22:11 2008
@@ -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" />

Modified: trunk/extensions/Tube_Handler.xml
==============================================================================
--- trunk/extensions/Tube_Handler.xml	(original)
+++ trunk/extensions/Tube_Handler.xml	Fri Nov 21 16:22:11 2008
@@ -42,7 +42,7 @@
         <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>

Modified: trunk/extensions/all.xml
==============================================================================
--- trunk/extensions/all.xml	(original)
+++ trunk/extensions/all.xml	Fri Nov 21 16:22:11 2008
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]