~azzar1/snapd-glib-fork/glib-2-40

« back to all changes in this revision

Viewing changes to doc/reference/snapd-glib-docs.xml

  • Committer: Robert Ancell
  • Date: 2016-09-01 10:55:57 UTC
  • Revision ID: git-v1:2c8d7afc0d0284c9a3b8f6b55f758de6226750dc
Generate documentation with GTK-Doc

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
  <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
 
7
  %gtkdocentities;
 
8
]>
 
9
<book id="index">
 
10
  <bookinfo>
 
11
    <title>&package_name; Reference Manual</title>
 
12
    <releaseinfo>for &package_string;.</releaseinfo>
 
13
    <copyright>
 
14
      <year>2016</year>
 
15
      <holder>Canonical Ltd.</holder>
 
16
    </copyright>
 
17
  </bookinfo>
 
18
 
 
19
  <chapter>
 
20
    <title>Snapd-GLib</title>
 
21
    <xi:include href="xml/snapd-error.xml"/>
 
22
    <xi:include href="xml/snapd-login.xml"/>
 
23
    <xi:include href="xml/snapd-client.xml"/>
 
24
    <xi:include href="xml/snapd-app.xml"/>
 
25
    <xi:include href="xml/snapd-connection.xml"/>
 
26
    <xi:include href="xml/snapd-icon.xml"/>
 
27
    <xi:include href="xml/snapd-payment-method.xml"/>
 
28
    <xi:include href="xml/snapd-plug.xml"/>
 
29
    <xi:include href="xml/snapd-price.xml"/>
 
30
    <xi:include href="xml/snapd-slot.xml"/>
 
31
    <xi:include href="xml/snapd-snap.xml"/>
 
32
    <xi:include href="xml/snapd-system-information.xml"/>
 
33
    <xi:include href="xml/snapd-task.xml"/>
 
34
  </chapter>
 
35
 
 
36
  <chapter id="object-tree">
 
37
    <title>Object Hierarchy</title>
 
38
    <xi:include href="xml/tree_index.sgml"/>
 
39
  </chapter>
 
40
 
 
41
  <index id="api-index-full">
 
42
    <title>API Index</title>
 
43
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
44
  </index>
 
45
 
 
46
  <!--<index id="deprecated-api-index" role="deprecated">
 
47
    <title>Index of deprecated API</title>
 
48
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
 
49
  </index>-->
 
50
 
 
51
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
52
</book>