1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<?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 "@srcdir@/org.freedesktop.ConsoleKit.Manager.ref.xml">
<!ENTITY dbus-Seat SYSTEM "@srcdir@/org.freedesktop.ConsoleKit.Seat.ref.xml">
<!ENTITY dbus-Session SYSTEM "@srcdir@/org.freedesktop.ConsoleKit.Session.ref.xml">
<!ENTITY Intro SYSTEM "@srcdir@/ck-introduction.xml">
<!ENTITY Terms SYSTEM "@srcdir@/ck-terms.xml">
<!ENTITY Design SYSTEM "@srcdir@/ck-design.xml">
]>
<book id="index">
<bookinfo>
<title>ConsoleKit2 @VERSION@ Documentation</title>
<releaseinfo>Version @VERSION@</releaseinfo>
<authorgroup>
<author>
<firstname>William Jon</firstname>
<surname>McCann</surname>
<affiliation>
<address>
<email>william.jon.mccann@gmail.com</email>
</address>
</affiliation>
</author>
<author>
<firstname>Eric</firstname>
<surname>Koegel</surname>
<affiliation>
<address>
<email>eric.koegel@gmail.com</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>
ConsoleKit2 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>
|