diff options
Diffstat (limited to 'doc/dbus/ConsoleKit.xml.in')
-rw-r--r-- | doc/dbus/ConsoleKit.xml.in | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/doc/dbus/ConsoleKit.xml.in b/doc/dbus/ConsoleKit.xml.in new file mode 100644 index 0000000..8a86511 --- /dev/null +++ b/doc/dbus/ConsoleKit.xml.in @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY dbus-Manager SYSTEM "xml/org.freedesktop.ConsoleKit.Manager.ref.xml"> +<!ENTITY dbus-Seat SYSTEM "xml/org.freedesktop.ConsoleKit.Seat.ref.xml"> +<!ENTITY dbus-Session SYSTEM "xml/org.freedesktop.ConsoleKit.Session.ref.xml"> +<!ENTITY Intro SYSTEM "xml/ck-introduction.xml"> +<!ENTITY Terms SYSTEM "xml/ck-terms.xml"> +<!ENTITY Design SYSTEM "xml/ck-design.xml"> +]> + +<book id="index"> + <bookinfo> + <title>ConsoleKit @VERSION@ Documentation</title> + <releaseinfo>Version @VERSION@</releaseinfo> + <date>8 March, 2007</date> + <authorgroup> + <author> + <firstname>William Jon</firstname> + <surname>McCann</surname> + <affiliation> + <address> + <email>mccann@jhu.edu</email> + </address> + </affiliation> + </author> + </authorgroup> + </bookinfo> + + <preface> + <title>Introduction</title> + <para> + </para> + </preface> + + <part> + <title>Concepts</title> + + &Intro; + &Terms; + &Design; + </part> + + <part> + <title>Reference</title> + + <reference id="dbus-reference"> + <title>D-Bus API Reference</title> + + <partintro> + <para> + ConsoleKit provides a D-Bus API for programs to obtain information about the + users, sessions, and seats that are present on a system. + </para> + <para> + Please see the other sections of this manual for an introduction to + these concepts. + </para> + <para> + This API is not yet stable and is likely to change in the future. + </para> + </partintro> + + &dbus-Manager; + &dbus-Seat; + &dbus-Session; + + </reference> + </part> + + <index> + <title>Index</title> + </index> + +</book> |