summaryrefslogtreecommitdiffstats
path: root/doc/dbus/ConsoleKit.xml.in
blob: 0f05d028a2af8aa95dcaab7ee3dfed084e1fd706 (plain)
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
<?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 "org.freedesktop.ConsoleKit.Manager.ref.xml">
<!ENTITY dbus-Seat SYSTEM "org.freedesktop.ConsoleKit.Seat.ref.xml">
<!ENTITY dbus-Session SYSTEM "org.freedesktop.ConsoleKit.Session.ref.xml">
<!ENTITY Intro SYSTEM "ck-introduction.xml">
<!ENTITY Terms SYSTEM "ck-terms.xml">
<!ENTITY Design SYSTEM "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>