From 548d1f81a0414b98b268228c6073b77349b9675d Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 2 Apr 2014 18:36:50 +0200 Subject: idle-inhibit: fixup docbook syntax --- idle-inhibit/specification.xml | 73 ++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/idle-inhibit/specification.xml b/idle-inhibit/specification.xml index 4bd7525..8c6db47 100644 --- a/idle-inhibit/specification.xml +++ b/idle-inhibit/specification.xml @@ -1,5 +1,7 @@ - - + + Idle Inhibition Service Draft @@ -26,9 +28,9 @@ - + API Documentation - + Introduction The Idle Inhibition Service API allows client applications to inhibit a @@ -42,34 +44,33 @@ a common way to inhibit idleness. - + Consequences of idleness Depending on the user session software running, idleness can have multiple - consequences, including, but not limited to: - - - Screen backlight dimming - Screensaver animation replacing the desktop content - Instant messenging client going to "auto-away" - Computer suspending or hibernating - + consequences, including, but not limited to: + + Screen backlight dimming + Screensaver animation replacing the desktop content + Instant messenging client going to "auto-away" + Computer suspending or hibernating + Inhibiting idleness is supposed to stop all those actions from taking place, specifically in response to idleness. A user action asking for any of those states would obviously - be acted upon witout delay.. + be acted upon witout delay. - + API overview Idle inhibition is achieved by the application calling an - Inhibit + Inhibit method on a well-known D-Bus name. - Inhibition will stop when the + Inhibition will stop when the UnInhibit method is called, or the application disconnects from the D-Bus session bus (which usually happens upon exit). @@ -98,7 +99,7 @@ - + D-Bus API Reference @@ -107,19 +108,29 @@ - + References - - - kde-api - KDE Screenlocker D-Bus API - - - - gnome-impl - GNOME org.freedesktop.ScreenSaver proxy implementation - - - + + References + + + kde-api + + + KDE Screenlocker D-Bus API + + + + + gnome-impl + + + GNOME org.freedesktop.ScreenSaver proxy implementation + + + + + + -- cgit v1.2.3-54-g00ecf