mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-25 01:34:34 +03:00
4a2733f9e7
Wrappers a referenced gpgme_verify_result_t so detailed verify results can be examined independently of executing a verify operation. _ostree_gpg_verifier_check_signature() now returns this object instead of a single valid/invalid boolean, but the idea is for OstreeRepo to also return this object for commit signature verification so it can be utilized at the CLI layer (and possibly by other programs).
44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?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>
|
|
<title>OSTree Manual</title>
|
|
<releaseinfo>for OSTree &version;</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<xi:include href="overview.xml"/>
|
|
<xi:include href="repo.xml"/>
|
|
<xi:include href="deployment.xml"/>
|
|
<xi:include href="atomic-upgrades.xml"/>
|
|
<xi:include href="adapting-existing.xml"/>
|
|
|
|
<chapter xml:id="reference">
|
|
<title>API Reference</title>
|
|
<xi:include href="xml/libostree-core.xml"/>
|
|
<xi:include href="xml/libostree-repo.xml"/>
|
|
<xi:include href="xml/libostree-mutable-tree.xml"/>
|
|
<xi:include href="xml/libostree-sysroot.xml"/>
|
|
<xi:include href="xml/libostree-async-progress.xml"/>
|
|
<xi:include href="xml/libostree-sepolicy.xml"/>
|
|
<xi:include href="xml/libostree-sysroot-upgrader.xml"/>
|
|
<xi:include href="xml/libostree-gpg-verify-result.xml"/>
|
|
<xi:include href="xml/libostree-bootconfig-parser.xml"/>
|
|
<xi:include href="xml/libostree-chain-input-stream.xml"/>
|
|
<xi:include href="xml/libostree-checksum-input-stream.xml"/>
|
|
<xi:include href="xml/libostree-deployment.xml"/>
|
|
<xi:include href="xml/libostree-diff.xml"/>
|
|
<xi:include href="xml/libostree-repo-file.xml"/>
|
|
|
|
<index id="api-index-full">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
|
|
</chapter>
|
|
</book>
|