~ubuntu-branches/ubuntu/saucy/gnome-shell/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/shell/shell-docs.sgml.in

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

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.3//EN"
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 
4
[
 
5
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 
6
]>
 
7
<book id="index">
 
8
  <bookinfo>
 
9
    <title>Shell Reference Manual</title>
 
10
    <releaseinfo>
 
11
      for Shell @VERSION@.
 
12
      <!--The latest version of this documentation can be found on-line at
 
13
      <ulink role="online-location" url="http://[SERVER]/shell/index.html">http://[SERVER]/shell/</ulink>.-->
 
14
    </releaseinfo>
 
15
  </bookinfo>
 
16
 
 
17
  <chapter>
 
18
    <title>Actors</title>
 
19
    <xi:include href="xml/shell-generic-container.xml"/>
 
20
    <xi:include href="xml/shell-slicer.xml"/>
 
21
    <xi:include href="xml/shell-stack.xml"/>
 
22
  </chapter>
 
23
  <chapter>
 
24
    <title>Application tracking</title>
 
25
    <xi:include href="xml/shell-app.xml"/>
 
26
    <xi:include href="xml/shell-app-usage.xml"/>
 
27
    <xi:include href="xml/shell-window-tracker.xml"/>
 
28
  </chapter>
 
29
  <chapter>
 
30
    <title>Search</title>
 
31
    <xi:include href="xml/shell-app-system.xml"/>
 
32
    <xi:include href="xml/shell-contact-system.xml"/>
 
33
    <xi:include href="xml/shell-doc-system.xml"/>
 
34
  </chapter>
 
35
  <chapter>
 
36
    <title>Tray Icons</title>
 
37
    <xi:include href="xml/shell-embedded-window.xml"/>
 
38
    <xi:include href="xml/shell-gtk-embed.xml"/>
 
39
    <xi:include href="xml/shell-tray-icon.xml"/>
 
40
    <xi:include href="xml/shell-tray-manager.xml"/>
 
41
  </chapter>
 
42
  <chapter>
 
43
    <title>Recorder</title>
 
44
    <xi:include href="xml/shell-recorder.xml"/>
 
45
    <xi:include href="xml/shell-recorder-src.xml"/>
 
46
  </chapter>
 
47
  <chapter>
 
48
    <title>Integration helpers and utilities</title>
 
49
    <xi:include href="xml/shell-global.xml"/>
 
50
    <xi:include href="xml/shell-wm.xml"/>
 
51
    <xi:include href="xml/shell-xfixes-cursor.xml"/>
 
52
    <xi:include href="xml/shell-util.xml"/>
 
53
    <xi:include href="xml/shell-mount-operation.xml"/>
 
54
    <xi:include href="xml/shell-mobile-providers.xml"/>
 
55
    <xi:include href="xml/shell-network-agent.xml"/>
 
56
    <xi:include href="xml/shell-polkit-authentication-agent.xml"/>
 
57
    <xi:include href="xml/shell-tp-client.xml"/>
 
58
  </chapter>
 
59
  <chapter id="object-tree">
 
60
    <title>Object Hierarchy</title>
 
61
     <xi:include href="xml/tree_index.sgml"/>
 
62
  </chapter>
 
63
  <index id="api-index-full">
 
64
    <title>API Index</title>
 
65
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
66
  </index>
 
67
  <index id="deprecated-api-index" role="deprecated">
 
68
    <title>Index of deprecated API</title>
 
69
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
 
70
  </index>
 
71
 
 
72
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
73
</book>