view dbus-d-javatests/dbustest.xml @ 2:5fb77a7e7d64

building CreateInterface and add bustest.xml
author Frank Benoit <benoit@tionex.de>
date Sat, 20 Oct 2007 19:29:33 +0200
parents
children 427c0332a111
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="dbustest.OtherInterface">
        <method name="dummy">
            <arg name="arg1" type="s" direction="in"/>
        </method>
    </interface>
    
    <interface name="dbustest.TestControl">
        <method name="getName">
            <annotation name="org.dsource.tiolink.Returns" value="res"/>
            <arg name="res" type="s" direction="out"/>
        </method>
    </interface>

    <interface name="dbustest.TestListener">
        <method name="getName">
            <annotation name="org.dsource.tiolink.Returns" value="res"/>
            <arg name="res" type="s" direction="out"/>
        </method>
    </interface>

    <interface name="dbustest.JavaImpl">
    
        <method name="testV_V">
        </method>

        <method name="testI_I">
            <annotation name="org.dsource.tiolink.Returns" value="res"/>
            <arg name="res"  type="i" direction="out"/>
            <arg name="arg1" type="i" direction="in" />
        </method>
        
    </interface>

    <interface name="dbustest.DImpl">
    
        <method name="testV_V">
        </method>

        <method name="testI_I">
            <annotation name="org.dsource.tiolink.Returns" value="res"/>
            <arg name="res"  type="i" direction="out"/>
            <arg name="arg1" type="i" direction="in" />
        </method>
        
    </interface>

</node>