2013-08-17 06:54:35 +04:00
<?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'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id= "index" >
<bookinfo >
2016-01-28 00:56:16 +03:00
<title > OSTree API references</title>
2013-08-17 06:54:35 +04:00
<releaseinfo > for OSTree &version; </releaseinfo>
</bookinfo>
<chapter xml:id= "reference" >
<title > API Reference</title>
2016-06-05 01:16:05 +03:00
<xi:include href= "xml/ostree-core.xml" />
<xi:include href= "xml/ostree-repo.xml" />
<xi:include href= "xml/ostree-mutable-tree.xml" />
<xi:include href= "xml/ostree-sysroot.xml" />
<xi:include href= "xml/ostree-async-progress.xml" />
<xi:include href= "xml/ostree-sepolicy.xml" />
<xi:include href= "xml/ostree-sysroot-upgrader.xml" />
<xi:include href= "xml/ostree-gpg-verify-result.xml" />
2019-11-10 16:51:23 +03:00
<xi:include href= "xml/ostree-sign.xml" />
2016-06-05 01:16:05 +03:00
<xi:include href= "xml/ostree-bootconfig-parser.xml" />
<xi:include href= "xml/ostree-chain-input-stream.xml" />
<xi:include href= "xml/ostree-checksum-input-stream.xml" />
2022-03-04 16:56:38 +03:00
<xi:include href= "xml/ostree-content-writer.xml" />
2016-06-05 01:16:05 +03:00
<xi:include href= "xml/ostree-deployment.xml" />
<xi:include href= "xml/ostree-diff.xml" />
2022-03-04 16:56:38 +03:00
<xi:include href= "xml/ostree-kernel-args.xml" />
<xi:include href= "xml/ostree-ref.xml" />
<xi:include href= "xml/ostree-remote.xml" />
2016-06-05 01:16:05 +03:00
<xi:include href= "xml/ostree-repo-file.xml" />
2022-03-04 16:56:38 +03:00
<xi:include href= "xml/ostree-repo-finder.xml" />
<xi:include href= "xml/ostree-repo-remote-finder.xml" />
<xi:include href= "xml/ostree-version.xml" />
2013-08-17 06:54:35 +04:00
<index id= "api-index-full" >
<title > API Index</title>
<xi:include href= "xml/api-index-full.xml" > <xi:fallback /> </xi:include>
</index>
</chapter>
</book>