summaryrefslogtreecommitdiff
path: root/docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
blob: e6e111e428a4070a116889e040cb8ac177ba759d (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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>GNOME Desktop Library Reference Manual</title>
  </bookinfo>

  <part id="intro">
   <title>GNOME Desktop Library Overview</title>
   <partintro>
    <para>
The libgnome-desktop library contains APIs that can be useful for a few applications, but which do not belong to GTK+ because of the limited use case. There is no guarantee of API or ABI stability, so it's recommended to not depend on it if you do not follow the same development cycle as GNOME. Use at your own risk.
    </para>
   </partintro>
  </part>

  <part id="background">
    <title>Desktop Background</title>
    <xi:include href="xml/gnome-bg.xml"/>
  </part>

  <part id="randr">
    <title>Monitor Configuration</title>
    <xi:include href="xml/gnome-rr.xml"/>
    <xi:include href="xml/gnome-rr-config.xml"/>
    <xi:include href="xml/gnome-pnp-ids.xml"/>
  </part>

  <part id="thumbnail">
    <title>Thumbnails</title>
    <xi:include href="xml/gnome-desktop-thumbnail.xml"/>
  </part>

  <part id="idle-monitor">
    <title>Idle Monitor</title>
    <xi:include href="xml/gnome-idle-monitor.xml"/>
  </part>

  <part id="wall-clock">
    <title>Wall Clock</title>
    <xi:include href="xml/gnome-wall-clock.xml"/>
  </part>

  <part id="xkb-info">
    <title>X Keyboard Information</title>
    <xi:include href="xml/gnome-xkb-info.xml"/>
  </part>

  <part id="languages">
    <title>Language Utilities</title>
    <xi:include href="xml/gnome-languages.xml"/>
  </part>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>

</book>