From 1e768fc50c50b24274601f28dfde9cc9a41cc5c2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 9 Feb 2011 19:53:53 +0100 Subject: Add a content type to the secret struct. This is used to specify the type of the secret. For example: * text/plain; charset=utf8 * application/octet-stream * etc... --- secret-service/org.freedesktop.Secrets.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'secret-service') diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml index def4f62..6a9e495 100644 --- a/secret-service/org.freedesktop.Secrets.xml +++ b/secret-service/org.freedesktop.Secrets.xml @@ -38,7 +38,7 @@ @@ -53,6 +53,9 @@ Possibly encoded secret value + + The content type of the secret. For example: 'text/plain; charset=utf8' + @@ -60,7 +63,7 @@ D-Bus object-path - + A secret @@ -173,7 +176,7 @@ properties = { "Label": "MyCollection" } The session to use to encode the secrets. - + Secrets for the items. @@ -310,7 +313,7 @@ properties = { - + The secret to store in the item, encoded with the included session. @@ -395,14 +398,14 @@ properties = { The session to use to encode the secret. - + The secret retrieved. Set the secret for this item. - + The secret to set, encoded for the included session. -- cgit v1.2.3-54-g00ecf