view dbus-d-javatests/filetree.xml @ 4:427c0332a111

work on DBusTesting
author Frank Benoit <benoit@tionex.de>
date Sun, 21 Oct 2007 14:49:02 +0200
parents a5576806d36d
children
line wrap: on
line source

<!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.dbus.d.Returns" value="roots"/>
            <arg name="roots" type="ao" direction="out"/>
        </method>
    </interface>
    
    <interface name="filetree.DataItem">
        <method name="getChilds">
            <annotation name="org.dsource.dbus.d.Returns" value="childs"/>
            <arg name="childs" type="ao" direction="out"/>
        </method>
        <method name="isFolder">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res" type="b" direction="out"/>
        </method>
        <method name="isDrive">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res" type="b" direction="out"/>
        </method>
        <method name="getName">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res" type="s" direction="out"/>
        </method>
    </interface>

</node>