summaryrefslogtreecommitdiff
path: root/libsecret/secret-schemas.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/secret-schemas.c')
-rw-r--r--libsecret/secret-schemas.c44
1 files changed, 1 insertions, 43 deletions
diff --git a/libsecret/secret-schemas.c b/libsecret/secret-schemas.c
index f07a2ac..cc51a6d 100644
--- a/libsecret/secret-schemas.c
+++ b/libsecret/secret-schemas.c
@@ -17,18 +17,6 @@
#include "secret-schema.h"
#include "secret-schemas.h"
-/**
- * SECRET_SCHEMA_NOTE: (skip)
- *
- * A predefined schema for personal passwords stored by the user in the
- * password manager. This schema has no attributes, and the items are not
- * meant to be used automatically by applications.
- *
- * When used to search for items using this schema, it will only match
- * items that have the same schema. Items stored via libgnome-keyring with the
- * <literal>GNOME_KEYRING_ITEM_NOTE</literal> item type will match.
- */
-
static const SecretSchema note_schema = {
"org.gnome.keyring.Note",
SECRET_SCHEMA_NONE,
@@ -39,37 +27,6 @@ static const SecretSchema note_schema = {
const SecretSchema * SECRET_SCHEMA_NOTE = &note_schema;
-/**
- * SECRET_SCHEMA_COMPAT_NETWORK: (skip)
- *
- * A predefined schema that is compatible with items stored via the
- * libgnome-keyring 'network password' functions. This is meant to be used by
- * applications migrating from libgnome-keyring which stored their secrets as
- * 'network passwords'. It is not recommended that new code use this schema.
- *
- * When used to search for items using this schema, it will only match
- * items that have the same schema. Items stored via libgnome-keyring with the
- * <literal>GNOME_KEYRING_ITEM_NETWORK_PASSWORD</literal> item type will match.
- *
- * The following attributes exist in the schema:
- * <variablelist><title>Attributes:</title>
- * <varlistentry><term><literal>user</literal>:</term>
- * <listitem><para>The user name (string).</para></listitem></varlistentry>
- * <varlistentry><term><literal>domain</literal>:</term>
- * <listitem><para>The login domain or realm (string).</para></listitem></varlistentry>
- * <varlistentry><term><literal>object</literal>:</term>
- * <listitem><para>The object or path (string).</para></listitem></varlistentry>
- * <varlistentry><term><literal>protocol</literal>:</term>
- * <listitem><para>The protocol (a string like 'http').</para></listitem></varlistentry>
- * <varlistentry><term><literal>port</literal>:</term>
- * <listitem><para>The network port (integer).</para></listitem></varlistentry>
- * <varlistentry><term><literal>server</literal>:</term>
- * <listitem><para>The hostname or server (string).</para></listitem></varlistentry>
- * <varlistentry><term><literal>authtype</literal>:</term>
- * <listitem><para>The authentication type (string).</para></listitem></varlistentry>
- * </variablelist>
- */
-
static const SecretSchema network_schema = {
"org.gnome.keyring.NetworkPassword",
SECRET_SCHEMA_NONE,
@@ -97,6 +54,7 @@ const SecretSchema * SECRET_SCHEMA_COMPAT_NETWORK = &network_schema;
* language bindings cannot, and must use this accessor.
*
* Returns: (transfer none): schema type
+ *
* Since: 0.18.6
*/
const SecretSchema *