[tracker/writeback-refactor-0.10: 40/63] data/dbus: Fix XML file for D-Bus service



commit 5cd9fdba72674c4ff5302e42618006329a1521a3
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Jul 22 17:44:08 2011 +0200

    data/dbus: Fix XML file for D-Bus service

 data/dbus/tracker-writeback.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/dbus/tracker-writeback.xml b/data/dbus/tracker-writeback.xml
index 71e09f5..50d1aae 100644
--- a/data/dbus/tracker-writeback.xml
+++ b/data/dbus/tracker-writeback.xml
@@ -15,13 +15,13 @@
       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
       <arg type="i" name="value" direction="out" />
     </method>
-    <method name='PerformWriteback'>"
-      <arg type='s' name='uri' direction='in' />"
-      <arg type='as' name='rdf_types' direction='in' />"
-      <arg type='aas' name='results' direction='in' />"
-    </method>"
-    <method name='CancelTasks'>"
-      <arg type='as' name='uri' direction='in' />"
+    <method name="PerformWriteback">
+      <arg type="s" name="uri" direction="in" />
+      <arg type="as" name="rdf_types" direction="in" />
+      <arg type="aas" name="results" direction="in" />
     </method>"
+    <method name="CancelTasks">
+      <arg type="as" name="uri" direction="in" />
+    </method>
   </interface>
 </node>



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