~robru/libsignon-glib/inline-packaging

« back to all changes in this revision

Viewing changes to docs/reference/libsignon-glib-docs.xml

  • Committer: Alberto Mardegan
  • Date: 2012-03-16 13:44:50 UTC
  • mfrom: (122.1.4)
  • Revision ID: git-v1:08bd785306ba1c55c8de2295b004425e7cd42a1a
Merge branch 'master' into ubuntu

Conflicts:
        configure.ac

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
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
 
5
  <bookinfo>
 
6
    <title>libsignon-glib Reference Manual</title>
 
7
    <releaseinfo>
 
8
      The latest version of this documentation can be built from the source code
 
9
      at <ulink role="online-location" url="https://code.google.com/p/accounts-sso/source/checkout?repo=libsignon-glib">https://code.google.com/p/accounts-sso/source/checkout?repo=libsignon-glib</ulink>.
 
10
    </releaseinfo>
 
11
  </bookinfo>
 
12
 
 
13
  <chapter id="libsignon-glib">
 
14
    <title>libsignon-glib</title>
 
15
    <para>
 
16
    libsignon-glib provides authorization and authentication management for GLib
 
17
    applications.
 
18
    </para>
 
19
    <xi:include href="xml/signon-auth-service.xml"/>
 
20
    <xi:include href="xml/signon-auth-session.xml"/>
 
21
    <xi:include href="xml/signon-errors.xml"/>
 
22
    <xi:include href="xml/signon-identity.xml"/>
 
23
    <xi:include href="xml/signon-identity-info.xml"/>
 
24
  </chapter>
 
25
 
 
26
  <chapter id="object-tree">
 
27
    <title>Object Hierarchy</title>
 
28
    <xi:include href="xml/tree_index.sgml"/>
 
29
  </chapter>
 
30
 
 
31
  <index id="api-index-full">
 
32
    <title>API Index</title>
 
33
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
34
  </index>
 
35
 
 
36
  <index id="api-index-deprecated" role="deprecated">
 
37
    <title>Index of deprecated symbols</title>
 
38
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
 
39
  </index>
 
40
 
 
41
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
42
</book>