File: gcab-docs.sgml

package info (click to toggle)
gcab 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: ansic: 3,821; makefile: 62; sh: 23
file content (45 lines) | stat: -rw-r--r-- 1,654 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
]>
<book id="index">
  <bookinfo>
    <title>GCab Reference Manual</title>
  </bookinfo>

  <chapter>
    <title>Cabinet API</title>
    <xi:include href="xml/gcab-cabinet.xml"/>
    <xi:include href="xml/gcab-folder.xml"/>
    <xi:include href="xml/gcab-file.xml"/>
  </chapter>

  <index id="api-index-full">
    <title id="index-all">Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-0-5" role="0.5">
    <title>Index of new symbols in 0.5</title>
    <xi:include href="xml/api-index-0.5.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-0-6" role="0.6">
    <title>Index of new symbols in 0.6</title>
    <xi:include href="xml/api-index-0.6.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-1-0" role="1.0">
    <title>Index of new symbols in 1.0</title>
    <xi:include href="xml/api-index-1.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-1-4" role="1.4">
    <title>Index of new symbols in 1.4</title>
    <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
  </index>

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