File: org.sdbuscpp.stresstest.fahrenheit.thermometer.xml

package info (click to toggle)
sdbus-cpp 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,296 kB
  • sloc: cpp: 9,859; xml: 170; ansic: 135; makefile: 27
file content (20 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>

<node name="/org/sdbuscpp/stresstests/fahrenheit/thermometer">
    <interface name="org.sdbuscpp.stresstests.fahrenheit.thermometer">
        <method name="getCurrentTemperature">
            <arg type="u" name="result" direction="out" />
        </method>
    </interface>
    <interface name="org.sdbuscpp.stresstests.fahrenheit.thermometer.factory">
        <method name="createDelegateObject">
            <arg type="o" name="delegate" direction="out" />
            <annotation name="org.freedesktop.DBus.Method.Async" value="server" />
        </method>
        <method name="destroyDelegateObject">
            <arg type="o" name="delegate" direction="in" />
            <annotation name="org.freedesktop.DBus.Method.Async" value="server" />
            <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
        </method>
    </interface>
</node>