[gnome-screensaver] Remove Inhibit apis from the docs



commit db23fe2694a928ce7d346118913681952e0edb56
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 2 00:00:14 2011 -0400

    Remove Inhibit apis from the docs
    
    The actual interfaces were removed before 2.91.91.
    https://bugzilla.gnome.org/show_bug.cgi?id=646497

 doc/dbus-interface.xml |   70 +-----------------------------------------------
 1 files changed, 1 insertions(+), 69 deletions(-)
---
diff --git a/doc/dbus-interface.xml b/doc/dbus-interface.xml
index 7fbe159..aca4e11 100644
--- a/doc/dbus-interface.xml
+++ b/doc/dbus-interface.xml
@@ -48,7 +48,7 @@
         <literal>Lock</literal>
       </title>
       <para>
-        Request that the screen be locked.  This bypasses all Inhibit requests.
+        Request that the screen be locked.
       </para>
     </sect2>
 
@@ -74,74 +74,6 @@
       </para>
     </sect2>
 
-    <sect2 id="gs-method-Inhibit">
-      <title>
-        <literal>Inhibit</literal>
-      </title>
-      <para>
-        Request that saving the screen due to system idleness be blocked until
-        UnInhibit is called or the calling process exits.
-      </para>
-      <informaltable>
-        <tgroup cols="2">
-          <thead>
-            <row>
-              <entry>Direction</entry>
-              <entry>Type</entry>
-              <entry>Description</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>in</entry>
-              <entry>string</entry>
-              <entry>the application name, e.g. "totem"</entry>
-            </row>
-            <row>
-              <entry>in</entry>
-              <entry>string</entry>
-              <entry>the localized reason to inhibit, e.g. "playing movie"</entry>
-            </row>
-            <row>
-              <entry>out</entry>
-              <entry>unsigned integer</entry>
-              <entry>the cookie</entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-      <para>
-        A cookie is a random, unique, non-zero UINT32 used to identify the inhibit request.
-      </para>
-    </sect2>
-
-    <sect2 id="gs-method-UnInhibit">
-      <title>
-        <literal>UnInhibit</literal>
-      </title>
-      <para>
-        Cancel a previous call to Inhibit() identified by the cookie.
-      </para>
-      <informaltable>
-        <tgroup cols="2">
-          <thead>
-            <row>
-              <entry>Direction</entry>
-              <entry>Type</entry>
-              <entry>Description</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>in</entry>
-              <entry>unsigned integer</entry>
-              <entry>the cookie</entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </sect2>
-
     <sect2 id="gs-method-Throttle">
       <title>
         <literal>Throttle</literal>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]