~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/api/colord-docs.xml

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-10-25 16:21:20 UTC
  • mto: (2.1.1 sid) (1.1.2)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111025162120-0aypjqn1zx9n6vgf
Tags: upstream-0.1.13
ImportĀ upstreamĀ versionĀ 0.1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
<!ENTITY version SYSTEM "version.xml">
5
 
]>
6
 
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
7
 
  <bookinfo>
8
 
    <title>colord Reference Manual</title>
9
 
    <releaseinfo>Version &version;</releaseinfo>
10
 
    <authorgroup>
11
 
      <author>
12
 
        <firstname>Richard</firstname>
13
 
        <surname>Hughes</surname>
14
 
        <affiliation>
15
 
          <address>
16
 
            <email>richard@hughsie.com</email>
17
 
          </address>
18
 
        </affiliation>
19
 
      </author>
20
 
    </authorgroup>
21
 
 
22
 
    <copyright>
23
 
      <year>2011</year>
24
 
      <holder>The colord authors</holder>
25
 
    </copyright>
26
 
 
27
 
    <legalnotice>
28
 
      <para>
29
 
        Permission is granted to copy, distribute and/or modify this
30
 
        document under the terms of the <citetitle>GNU Free
31
 
        Documentation License</citetitle>, Version 1.1 or any later
32
 
        version published by the Free Software Foundation with no
33
 
        Invariant Sections, no Front-Cover Texts, and no Back-Cover
34
 
        Texts. You may obtain a copy of the <citetitle>GNU Free
35
 
        Documentation License</citetitle> from the Free Software
36
 
        Foundation by visiting <ulink type="http"
37
 
        url="http://www.fsf.org">their Web site</ulink> or by writing
38
 
        to:
39
 
 
40
 
        <address>
41
 
          The Free Software Foundation, Inc.,
42
 
          <street>59 Temple Place</street> - Suite 330,
43
 
          <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
44
 
          <country>USA</country>
45
 
        </address>
46
 
      </para>
47
 
 
48
 
      <para>
49
 
        Many of the names used by companies to distinguish their
50
 
        products and services are claimed as trademarks. Where those
51
 
        names appear in any freedesktop.org documentation, and those
52
 
        trademarks are made aware to the members of the
53
 
        freedesktop.org Project, the names have been printed in caps
54
 
        or initial caps.
55
 
      </para>
56
 
    </legalnotice>
57
 
  </bookinfo>
58
 
 
59
 
  <reference id="ref-dbus">
60
 
    <title>D-Bus API Reference</title>
61
 
    <partintro>
62
 
      <para>
63
 
        This part documents the D-Bus interface used to access the
64
 
        colord daemon.
65
 
      </para>
66
 
    </partintro>
67
 
    <xi:include href="dbus/org.freedesktop.ColorManager.ref.xml"/>
68
 
    <xi:include href="dbus/org.freedesktop.ColorManager.Device.ref.xml"/>
69
 
    <xi:include href="dbus/org.freedesktop.ColorManager.Profile.ref.xml"/>
70
 
    <xi:include href="dbus/org.freedesktop.ColorManager.Sensor.ref.xml"/>
71
 
  </reference>
72
 
 
73
 
  <reference id="libcolord">
74
 
    <title>libcolord GObjects</title>
75
 
    <partintro>
76
 
      <para>
77
 
        This part documents GObjects used in libcolord.
78
 
      </para>
79
 
    </partintro>
80
 
    <xi:include href="xml/cd-client.xml"/>
81
 
    <xi:include href="xml/cd-device.xml"/>
82
 
    <xi:include href="xml/cd-profile.xml"/>
83
 
  </reference>
84
 
 
85
 
  <reference id="libcolord-glib-helpers">
86
 
    <title>libcolord-glib helpers</title>
87
 
    <partintro>
88
 
      <para>
89
 
        This part documents helper funtions in libcolord-glib.
90
 
      </para>
91
 
    </partintro>
92
 
    <xi:include href="xml/cd-client-sync.xml"/>
93
 
    <xi:include href="xml/cd-device-sync.xml"/>
94
 
    <xi:include href="xml/cd-profile-sync.xml"/>
95
 
    <xi:include href="xml/cd-version.xml"/>
96
 
    <xi:include href="xml/cd-color.xml"/>
97
 
  </reference>
98
 
 
99
 
  <index>
100
 
    <title>Index</title>
101
 
  </index>
102
 
 
103
 
  <!-- License -->
104
 
 
105
 
  <appendix id="license">
106
 
    <title>License</title>
107
 
    <para>
108
 
<programlisting><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../COPYING" parse="text"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include></programlisting>
109
 
    </para>
110
 
  </appendix>
111
 
</book>