Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.gnome.SessionManager.Inhibitor">
    <method name="GetAppId">
      <arg type="s" name="app_id" direction="out">
        <doc:doc>
          <doc:summary>The identifier for the associated application</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the application ID associated with this inhibit.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetClientId">
      <arg type="o" name="client_id" direction="out">
        <doc:doc>
          <doc:summary>The object path of the associated client</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the client object path associated with this inhibit.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetReason">
      <arg type="s" name="reason" direction="out">
        <doc:doc>
          <doc:summary>The reason for the inhibit</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the reason for the inhibit</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetFlags">
      <arg type="u" name="flags" direction="out">
        <doc:doc>
          <doc:summary>The flags that determine the scope of the inhibit</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the flags that determine the scope of the inhibit</doc:para>
        </doc:description>
      </doc:doc>
    </method>
    <method name="GetToplevelXid">
      <arg type="u" name="xid" direction="out">
        <doc:doc>
          <doc:summary>X11 toplevel window identifier associated with this inhibit.  Zero if not set.</doc:summary>
        </doc:doc>
      </arg>
      <doc:doc>
        <doc:description>
          <doc:para>Return the X11 toplevel window identifier associated with this inhibit.  Zero if not set.</doc:para>
        </doc:description>
      </doc:doc>
    </method>
  </interface>
</node>