File: org.sdbuscpp.ExampleManager.Planet1.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-- 636 bytes parent folder | download | duplicates (2)
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" ?>
<!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="org.sdbuscpp.ExampleManager.Planet1">

        <!--
          @brief get the population of this planet
          @param [out] population of the planet
        -->
        <method name="GetPopulation">
            <arg name="population" type="t" direction="out" />
        </method>

        <!--
          @brief This planet's name
        -->
        <property name="Name" type="s" access="read"/>

    </interface>
</node>