view dbus-d-javatests/filetree.xml @ 11:44c987465a20

fixed assertion error for open_container
author Frank Benoit <benoit@tionex.de>
date Fri, 09 Nov 2007 16:17:32 +0100
parents 427c0332a111
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>