File: org.freedesktop.DBus.xml

package info (click to toggle)
cmake-extras 1.3%2B17.04.20170310-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: sh: 279; cpp: 188; python: 121; xml: 24; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" >
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.freedesktop.DBus">

    <method name="GetId">
      <arg name="id" direction="out" type="s">
      </arg>
    </method>

    <method name="ListNames">
      <arg name="names" direction="out" type="as">
      </arg>
    </method>

  </interface>
</node>