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
|
<?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 % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
]>
<book id="index">
<bookinfo>
<title>AppStream-glib Reference Manual</title>
</bookinfo>
<reference id="libappstream-glib">
<title>libappstream-glib GObject library</title>
<partintro>
<para>
This part documents GObjects and helpers used in libappstream-glib.
</para>
</partintro>
<xi:include href="xml/as-app.xml"/>
<xi:include href="xml/as-bundle.xml"/>
<xi:include href="xml/as-checksum.xml"/>
<xi:include href="xml/as-content-rating.xml"/>
<xi:include href="xml/as-format.xml"/>
<xi:include href="xml/as-icon.xml"/>
<xi:include href="xml/as-image.xml"/>
<xi:include href="xml/as-markup.xml"/>
<xi:include href="xml/as-release.xml"/>
<xi:include href="xml/as-launchable.xml"/>
<xi:include href="xml/as-provide.xml"/>
<xi:include href="xml/as-require.xml"/>
<xi:include href="xml/as-screenshot.xml"/>
<xi:include href="xml/as-store.xml"/>
<xi:include href="xml/as-problem.xml"/>
<xi:include href="xml/as-enums.xml"/>
<xi:include href="xml/as-node.xml"/>
<xi:include href="xml/as-tag.xml"/>
<xi:include href="xml/as-translation.xml"/>
<xi:include href="xml/as-utils.xml"/>
<!--
<xi:include href="xml/as-version.xml"/>
-->
</reference>
<!--
<xi:include href="xml/annotation-glossary.xml">
<xi:fallback />
</xi:include>
-->
</book>
|