39103d0
   
39103d0
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
39103d0
<node>
39103d0
  <interface name="org.freedesktop.DBus.Introspectable">
39103d0
    <method name="Introspect">
39103d0
      <arg name="data" direction="out" type="s"/>
39103d0
    </method>
39103d0
  </interface>
39103d0
  <interface name="org.freedesktop.DBus">
39103d0
    <method name="RequestName">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="in" type="u"/>
39103d0
      <arg direction="out" type="u"/>
39103d0
    </method>
39103d0
    <method name="ReleaseName">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="u"/>
39103d0
    </method>
39103d0
    <method name="StartServiceByName">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="in" type="u"/>
39103d0
      <arg direction="out" type="u"/>
39103d0
    </method>
39103d0
    <method name="Hello">
39103d0
      <arg direction="out" type="s"/>
39103d0
    </method>
39103d0
    <method name="NameHasOwner">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="b"/>
39103d0
    </method>
39103d0
    <method name="ListNames">
39103d0
      <arg direction="out" type="as"/>
39103d0
    </method>
39103d0
    <method name="AddMatch">
39103d0
      <arg direction="in" type="s"/>
39103d0
    </method>
39103d0
    <method name="RemoveMatch">
39103d0
      <arg direction="in" type="s"/>
39103d0
    </method>
39103d0
    <method name="GetNameOwner">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="s"/>
39103d0
    </method>
39103d0
    <method name="ListQueuedOwners">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="as"/>
39103d0
    </method>
39103d0
    <method name="GetConnectionUnixUser">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="u"/>
39103d0
    </method>
39103d0
    <method name="GetConnectionUnixProcessID">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="u"/>
39103d0
    </method>
39103d0
    <method name="GetConnectionSELinuxSecurityContext">
39103d0
      <arg direction="in" type="s"/>
39103d0
      <arg direction="out" type="ay"/>
39103d0
    </method>
39103d0
    <method name="ReloadConfig">
39103d0
    </method>
39103d0
    <signal name="NameOwnerChanged">
39103d0
      <arg type="s"/>
39103d0
      <arg type="s"/>
39103d0
      <arg type="s"/>
39103d0
    </signal>
39103d0
    <signal name="NameLost">
39103d0
      <arg type="s"/>
39103d0
    </signal>
39103d0
    <signal name="NameAcquired">
39103d0
      <arg type="s"/>
39103d0
    </signal>
39103d0
  </interface>
39103d0
</node>