<?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>ConsoleKit2 1.0.0 Documentation</title>
    <releaseinfo>Version 1.0.0</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>
