~ubuntu-branches/ubuntu/quantal/libdmapsharing/quantal

« back to all changes in this revision

Viewing changes to docs/libdmapsharing-docs.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 19:52:57 UTC
  • mfrom: (0.1.2 experimental) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110329195257-0zas0lq4c03gwo46
Tags: 2.9.7-1
Initial release. (Closes: #620060)

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>libdmapsharing Reference Manual</title>
10
 
    <releaseinfo>
11
 
      for libdmapsharing 2.2
12
 
      The latest version of this documentation can be found on-line at
13
 
      <ulink role="online-location" url="http://www.flyn.org/projects/libdmapsharing/docs/">http://www.flyn.org/projects/libdmapsharing/docs/</ulink>.
14
 
    </releaseinfo>
15
 
  </bookinfo>
16
 
  
17
 
  <chapter>
18
 
    <title>Libdmapsharing Sharing Overview</title>
19
 
    <xi:include href="mediadb.sgml"/>
20
 
    <xi:include href="containerdb.sgml"/>
21
 
    <xi:include href="shareapi.sgml"/>
22
 
  </chapter>
23
 
 
24
 
  <chapter>
25
 
    <title>Libdmapsharing Browsing Overview</title>
26
 
    <xi:include href="mediadb.sgml"/>
27
 
    <xi:include href="containerdb.sgml"/>
28
 
    <xi:include href="browserapi.sgml"/>
29
 
    <xi:include href="serviceaddedcb.sgml"/>
30
 
    <xi:include href="connectedcb.sgml"/>
31
 
  </chapter>
32
 
 
33
 
  <chapter>
34
 
    <title>Libdmapsharing Internals</title>
35
 
    <xi:include href="server-internals.sgml"/>
36
 
    <xi:include href="client-internals.sgml"/>
37
 
  </chapter>
38
 
 
39
 
  <chapter>
40
 
    <title>Libdmapsharing Objects and Interfaces</title>
41
 
    <xi:include href="xml/daap-record.xml"/>
42
 
    <xi:include href="xml/daap-share.xml"/>
43
 
    <xi:include href="xml/dmap-connection.xml"/>
44
 
    <xi:include href="xml/dmap-container-db.xml"/>
45
 
    <xi:include href="xml/dmap-container-record.xml"/>
46
 
    <xi:include href="xml/dmap-db.xml"/>
47
 
    <xi:include href="xml/dmap-mdns-browser.xml"/>
48
 
    <xi:include href="xml/dmap-share.xml"/>
49
 
    <xi:include href="xml/dmap-record.xml"/>
50
 
    <xi:include href="xml/dmap-record-factory.xml"/>
51
 
    <xi:include href="xml/dpap-connection.xml"/>
52
 
    <xi:include href="xml/dpap-record.xml"/>
53
 
    <xi:include href="xml/dpap-share.xml"/>
54
 
    <xi:include href="xml/dacp-share.xml"/>
55
 
  </chapter>
56
 
 
57
 
  <chapter id="object-tree">
58
 
    <title>Object Hierarchy</title>
59
 
     <xi:include href="xml/tree_index.sgml"/>
60
 
  </chapter>
61
 
  <index id="api-index-full">
62
 
    <title>API Index</title>
63
 
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
64
 
  </index>
65
 
 
66
 
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
67
 
</book>