~ubuntu-branches/ubuntu/saucy/indicator-appmenu/saucy-updates

« back to all changes in this revision

Viewing changes to docs/devel/hud-docs.xml

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Automatic PS uploader
  • Date: 2013-02-20 09:41:54 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20130220094154-zrxsx0vgay436wyt
Tags: 13.01.0daily13.02.20-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* Artificially bump upstream major version to please hud.

[ Automatic PS uploader ]
* Automatic snapshot from revision 234

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
 
 
8
 
<book id="index">
9
 
  <bookinfo>
10
 
    <title>hud-service Hacking Guide</title>
11
 
  </bookinfo>
12
 
 
13
 
  <xi:include href="hud-overview.xml"/>
14
 
 
15
 
  <chapter>
16
 
    <title>Data Types</title>
17
 
    <xi:include href="xml/hudstringlist.xml"/>
18
 
  </chapter>
19
 
 
20
 
  <chapter>
21
 
    <title>Queries, Results, Items</title>
22
 
    <xi:include href="xml/huditem.xml"/>
23
 
    <xi:include href="xml/hudresult.xml"/>
24
 
    <xi:include href="xml/hudquery.xml"/>
25
 
  </chapter>
26
 
 
27
 
  <chapter>
28
 
    <title>Sources</title>
29
 
    <xi:include href="xml/hudsource.xml"/>
30
 
    <xi:include href="xml/hudsourcelist.xml"/>
31
 
    <xi:include href="xml/hudwindowsource.xml"/>
32
 
    <xi:include href="xml/hudindicatorsource.xml"/>
33
 
    <xi:include href="xml/hudappindicatorsource.xml"/>
34
 
    <xi:include href="xml/huddbusmenucollector.xml"/>
35
 
    <xi:include href="xml/hudmenumodelcollector.xml"/>
36
 
  </chapter>
37
 
 
38
 
  <chapter>
39
 
    <title>Utility API</title>
40
 
    <xi:include href="xml/hudsettings.xml"/>
41
 
    <xi:include href="xml/hudappmenuregistrar.xml"/>
42
 
  </chapter>
43
 
 
44
 
  <chapter id="object-tree">
45
 
    <title>Object Hierarchy</title>
46
 
     <xi:include href="xml/tree_index.sgml"/>
47
 
  </chapter>
48
 
  <index id="api-index-full">
49
 
    <title>API Index</title>
50
 
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
51
 
  </index>
52
 
  <index id="deprecated-api-index" role="deprecated">
53
 
    <title>Index of deprecated API</title>
54
 
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
55
 
  </index>
56
 
 
57
 
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
58
 
</book>