mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-20 11:08:36 +00:00
938640ae52
This is a ground work for adding a local storage backend. As SecretItem is derived from GDBusProxy, it cannot be simply exposed to the application through the secret_password_search() if the item is not backed by the DBus API. This adds an abstract interface representing a read-only view of a secret item for that purpose.
46 lines
1.5 KiB
XML
46 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
]>
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<bookinfo>
|
|
<title>Libsecret Library Reference Manual</title>
|
|
<releaseinfo>
|
|
for libsecret &version;.
|
|
An online version of this documentation can be found at
|
|
<ulink role="online-location" url="https://developer.gnome.org/libsecret/unstable/">https://developer.gnome.org/libsecret/unstable/</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<part id="simple">
|
|
<title>Simple API</title>
|
|
<xi:include href="xml/secret-password.xml"/>
|
|
<xi:include href="xml/secret-schema.xml"/>
|
|
</part>
|
|
|
|
<xi:include href="libsecret-examples.sgml"/>
|
|
|
|
<part id="complete">
|
|
<title>Complete API</title>
|
|
<xi:include href="xml/secret-service.xml"/>
|
|
<xi:include href="xml/secret-collection.xml"/>
|
|
<xi:include href="xml/secret-item.xml"/>
|
|
<xi:include href="xml/secret-retrievable.xml"/>
|
|
<xi:include href="xml/secret-value.xml"/>
|
|
<xi:include href="xml/secret-attributes.xml"/>
|
|
<xi:include href="xml/secret-prompt.xml"/>
|
|
<xi:include href="xml/secret-error.xml"/>
|
|
<xi:include href="xml/secret-paths.xml"/>
|
|
<xi:include href="xml/secret-version.xml"/>
|
|
</part>
|
|
|
|
<xi:include href="libsecret-using.sgml"/>
|
|
|
|
<xi:include href="xml/migrating-libgnome-keyring.xml"/>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml">
|
|
<xi:fallback />
|
|
</xi:include>
|
|
</book>
|