Blob Blame History Raw
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/freedesktop/Problems2/Session/xxx">
  <interface name="org.freedesktop.Problems2.Session">
    <property name="IsAuthorized" type="b" access="read"/>
    <method name="Authorize">
      <arg type="a{sv}" name="parameters" direction="in"/>
      <arg type="i" name="result" direction="out"/>
    </method>
    <method name="RevokeAuthorization"/>
    <method name="GenerateToken">
      <arg type="u" name="period" direction="in"/>
      <arg type="s" name="token" direction="out"/>
    </method>
    <method name="RevokeToken">
      <arg type="s" name="token" direction="in"/>
    </method>
    <signal name="AuthorizationChanged">
      <arg type="i" name="status" direction="out"/>
    </signal>
  </interface>
</node>