summaryrefslogtreecommitdiff
path: root/docs/reference/libtracker-sparql/libtracker-sparql-docs.xml
blob: 792f309e748bf4b48ec52231d8389260e0493dce (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [

<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Tracker SPARQL Library Reference Manual</title>
    <releaseinfo>
      for libtracker-sparql &version;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="https://developer.gnome.org/libtracker-sparql/stable/">
        https://developer.gnome.org/libtracker-sparql/stable
      </ulink>.
    </releaseinfo>
  </bookinfo>

  <!-- The Library Overview -->
  <xi:include href="overview.xml"/>

  <!-- The API Reference -->
  <part id="libtracker-sparql-reference">
    <title>Reference</title>
    <partintro>
      <para>
        This section provides the detailed API of the Tracker SPARQL library.
      </para>
    </partintro>

    <xi:include href="xml/tracker-resource.xml"/>
    <xi:include href="xml/tracker-namespace-manager.xml"/>
    <xi:include href="xml/tracker-sparql-connection.xml"/>
    <xi:include href="xml/tracker-sparql-statement.xml"/>
    <xi:include href="xml/tracker-sparql-cursor.xml"/>
    <xi:include href="xml/tracker-notifier.xml"/>
    <xi:include href="xml/tracker-endpoint.xml"/>
    <xi:include href="xml/tracker-misc.xml"/>
    <xi:include href="xml/tracker-version.xml"/>
    <xi:include href="xml/tracker-sparql-error.xml"/>
  </part>

  <part id="base-ontology">
    <title>Base ontology</title>
    <xi:include href="xml/dc-ontology.xml"/>
    <xi:include href="xml/xsd-ontology.xml"/>
    <xi:include href="xml/rdf-ontology.xml"/>
    <xi:include href="xml/nrl-ontology.xml"/>
  </part>

  <xi:include href="ontologies.xml"/>
  <xi:include href="examples.xml"/>
  <xi:include href="limits.xml"/>
  <xi:include href="performance.xml"/>
  <xi:include href="sparql-and-tracker.xml"/>
  <xi:include href="sparql-functions.xml"/>
  <xi:include href="migrating-1to2.xml"/>
  <xi:include href="migrating-2to3.xml"/>
  <xi:include href="tutorial.xml"/>

  <index id="api-index-full">
    <title>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-10" role="0.10">
    <title>Index of new symbols in 0.10</title>
    <xi:include href="xml/api-index-0.10.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-0-12" role="0.12">
    <title>Index of new symbols in 0.12</title>
    <xi:include href="xml/api-index-0.12.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-1-10" role="1.10">
    <title>Index of new symbols in 1.10</title>
    <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-1-12" role="1.12">
    <title>Index of new symbols in 1.12</title>
    <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-0" role="2.0">
    <title>Index of new symbols in 2.0</title>
    <xi:include href="xml/api-index-2.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-0-5" role="2.0.5">
    <title>Index of new symbols in 2.0.5</title>
    <xi:include href="xml/api-index-2.0.5.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-2" role="2.2">
    <title>Index of new symbols in 2.2</title>
    <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
  </index>

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