summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-03-17 14:25:50 +0100
committerStef Walter <stefw@gnome.org>2012-03-18 15:38:29 +0100
commit432f5617fe4451021e15ec500b13058433761513 (patch)
tree3ae979cd264a51a1665f879ac78de617a4a3f0cb /docs
parentad9936e3f527e3bdb6fe02db85091d2e8bec9fe3 (diff)
downloadlibsecret-432f5617fe4451021e15ec500b13058433761513.tar.gz
Round up the documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/libsecret-docs.sgml1
-rw-r--r--docs/reference/libsecret/libsecret-sections.txt23
2 files changed, 20 insertions, 4 deletions
diff --git a/docs/reference/libsecret/libsecret-docs.sgml b/docs/reference/libsecret/libsecret-docs.sgml
index cd8a762..067f151 100644
--- a/docs/reference/libsecret/libsecret-docs.sgml
+++ b/docs/reference/libsecret/libsecret-docs.sgml
@@ -16,6 +16,7 @@
<part id="simple">
<title>Simple API</title>
<xi:include href="xml/secret-password.xml"/>
+ <xi:include href="xml/secret-schema.xml"/>
</part>
<part id="complete">
diff --git a/docs/reference/libsecret/libsecret-sections.txt b/docs/reference/libsecret/libsecret-sections.txt
index eaaf7d4..c68850c 100644
--- a/docs/reference/libsecret/libsecret-sections.txt
+++ b/docs/reference/libsecret/libsecret-sections.txt
@@ -86,6 +86,8 @@ secret_error_get_type
<SECTION>
<FILE>secret-password</FILE>
+SECRET_COLLECTION_DEFAULT
+SECRET_COLLECTION_SESSION
secret_password_store
secret_password_storev
secret_password_store_finish
@@ -94,29 +96,42 @@ secret_password_storev_sync
secret_password_lookup
secret_password_lookupv
secret_password_lookup_finish
+secret_password_lookup_nonpageable_finish
secret_password_lookup_sync
+secret_password_lookup_nonpageable_sync
secret_password_lookupv_sync
+secret_password_lookupv_nonpageable_sync
secret_password_remove
secret_password_removev
secret_password_remove_finish
secret_password_remove_sync
secret_password_removev_sync
secret_password_free
+
</SECTION>
<SECTION>
<FILE>secret-schema</FILE>
SecretSchema
+SECRET_SCHEMA_IDENTIFIER_GENERIC
+SECRET_SCHEMA_IDENTIFIER_NETWORK
+SECRET_SCHEMA_IDENTIFIER_NOTE
+SECRET_SCHEMA_GENERIC
+SECRET_SCHEMA_NETWORK
+SECRET_SCHEMA_NOTE
+SecretSchemaFlags
SecretSchemaAttribute
-SecretAttributeType
+SecretSchemaAttributeType
secret_schema_new
secret_schema_ref
secret_schema_unref
<SUBSECTION Standard>
-SECRET_TYPE_SCHEMA
secret_schema_get_type
-SECRET_TYPE_ATTRIBUTE_TYPE
-secret_attribute_type_get_type
+secret_schema_attribute_get_type
+secret_schema_attribute_type_get_type
+secret_schema_flags_get_type
+SECRET_TYPE_SCHEMA_FLAGS
+SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE
</SECTION>
<SECTION>