Blob Blame History Raw
<node>
  <interface name="org.gnome.SessionManager">
    <method name="Logout">
      <arg type="u" direction="in"/>
    </method>
    <method name="Shutdown"/>
    <method name="Reboot"/>
    <method name="CanShutdown">
      <arg type="b" direction="out"/>
    </method>
    <method name="IsInhibited">
      <arg type="u" direction="in"/>
      <arg type="b" direction="out"/>
    </method>
    <property name="SessionIsActive" type="b" access="read"/>
    <signal name="InhibitorAdded">
      <arg type="o" direction="out"/>
    </signal>
    <signal name="InhibitorRemoved">
      <arg type="o" direction="out"/>
    </signal>
  </interface>
</node>