summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.freedesktop.DBus.xml
blob: 18ff2aa82ee9f0fbab787957d5d61ebdfa6b9d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<node>
  <interface name="org.freedesktop.DBus">
    <method name="ListNames">
      <arg type="as" direction="out" name="names"/>
    </method>
    <method name="GetConnectionUnixProcessID">
      <arg type="s" direction="in"/>
      <arg type="u" direction="out"/>
    </method>
    <signal name="NameOwnerChanged">
      <arg type="s" direction="out" name="name"/>
      <arg type="s" direction="out" name="oldOwner"/>
      <arg type="s" direction="out" name="newOwner"/>
    </signal>
  </interface>
</node>