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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
<?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 version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libaccounts-glib Reference Manual</title>
<releaseinfo>
This document is for libaccounts-glib, version &version;. The latest
version of this documentation can be built from the source code at
<ulink role="online-location" url="https://gitlab.com/accounts-sso/libaccounts-glib">https://gitlab.com/accounts-sso/libaccounts-glib</ulink>.
</releaseinfo>
</bookinfo>
<part id="libaccounts-glib-overview">
<title>libaccounts-glib Overview</title>
<partintro>
<para>
libaccounts-glib provides account management functionality for GLib
applications.
</para>
</partintro>
<xi:include href="libaccounts-overview.xml"/>
<xi:include href="libaccounts-compiling.xml"/>
<xi:include href="libaccounts-running.xml"/>
</part>
<part id="libaccounts-glib-objects">
<title>libaccounts-glib Objects</title>
<chapter id="account-management">
<title>Account management</title>
<xi:include href="xml/ag-manager.xml"/>
<xi:include href="xml/ag-account.xml"/>
<xi:include href="xml/ag-account-service.xml"/>
<xi:include href="xml/ag-auth-data.xml"/>
<xi:include href="xml/ag-application.xml"/>
<xi:include href="xml/ag-provider.xml"/>
<xi:include href="xml/ag-service.xml"/>
<xi:include href="xml/ag-service-type.xml"/>
</chapter>
</part>
<part id="xml-files">
<title>libaccounts-glib data files</title>
<partintro>
<para>
libaccounts-glib uses a number of different data files to enumerate
information on applications, providers, services and service types. These
files are all in an XML format, with DTDs available which describe the
formats.
</para>
</partintro>
<chapter id="xml-file-formats">
<title>XML files</title>
<xi:include href="application-file-format.xml"/>
<xi:include href="provider-file-format.xml"/>
<xi:include href="service-file-format.xml"/>
<xi:include href="service-type-file-format.xml"/>
<xi:include href="gettext-xml-files.xml"/>
<xi:include href="validating-xml-files.xml"/>
</chapter>
</part>
<part id="libaccounts-glib-tools">
<title>libaccounts-glib tools</title>
<xi:include href="ag-backup.xml"/>
<xi:include href="ag-tool.xml"/>
</part>
<part id="appendices">
<title>Appendices</title>
<index id="api-index-full">
<title>API 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-1-1" role="1.1">
<title>Index of new symbols in 1.1</title>
<xi:include href="xml/api-index-1.1.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-1-2" role="1.2">
<title>Index of new symbols in 1.2</title>
<xi:include href="xml/api-index-1.2.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>
<index id="api-index-1-5" role="1.5">
<title>Index of new symbols in 1.5</title>
<xi:include href="xml/api-index-1.5.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-1-14" role="1.14">
<title>Index of new symbols in 1.14</title>
<xi:include href="xml/api-index-1.14.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-1-25" role="1.25">
<title>Index of new symbols in 1.25</title>
<xi:include href="xml/api-index-1.25.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="libaccounts-glossary.xml"><xi:fallback /></xi:include>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</part>
</book>
|