diff dbus-d-javatests/filetree.xml @ 0:a5576806d36d

recreate repository without any libs for lightweight repository
author Frank Benoit <benoit@tionex.de>
date Sat, 20 Oct 2007 18:07:18 +0200
parents
children 427c0332a111
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dbus-d-javatests/filetree.xml	Sat Oct 20 18:07:18 2007 +0200
@@ -0,0 +1,34 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+
+    <interface name="filetree.DataFileSystem">
+        <method name="getRoots">
+            <annotation name="org.dsource.tiolink.Returns" value="roots"/>
+            <arg name="roots" type="ao" direction="out"/>
+        </method>
+    </interface>
+    
+    <interface name="filetree.DataItem">
+        <method name="getChilds">
+            <annotation name="org.dsource.tiolink.Returns" value="childs"/>
+            <arg name="childs" type="ao" direction="out"/>
+        </method>
+        <method name="isFolder">
+            <annotation name="org.dsource.tiolink.Returns" value="res"/>
+            <arg name="res" type="b" direction="out"/>
+        </method>
+        <method name="isDrive">
+            <annotation name="org.dsource.tiolink.Returns" value="res"/>
+            <arg name="res" type="b" direction="out"/>
+        </method>
+        <method name="getName">
+            <annotation name="org.dsource.tiolink.Returns" value="res"/>
+            <arg name="res" type="s" direction="out"/>
+        </method>
+    </interface>
+
+</node>
+
+
+
+