summaryrefslogtreecommitdiffstats
path: root/secret-service/org.freedesktop.Secrets.xml
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-11-28 17:52:39 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:42 +0000
commita1535b2d74866e3307f1ae67debcbce9e5cc0a19 (patch)
tree94005330badcefbdcd6f86dfdcfab1cbf642974d /secret-service/org.freedesktop.Secrets.xml
parent183f052520635ce550958a4fa6125c703a66b1e0 (diff)
downloadxdg-specs-a1535b2d74866e3307f1ae67debcbce9e5cc0a19.tar.xz
Rename API to 'Secret Service API'
This was discussed on the mailing list a while back. Interfaces: org.freedesktop.Secret.Xxxx Service: org.freedesktop.Secrets Object Paths: /org/freedesktop/secrets/xxxx
Diffstat (limited to 'secret-service/org.freedesktop.Secrets.xml')
-rw-r--r--secret-service/org.freedesktop.Secrets.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index f2f9761..c514438 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -3,11 +3,11 @@
<!--
* This is the well known dbus service name for controlling the
- * entire daemon. The services manages collections of secrets. These
+ * entire daemon. The service manages collections of secrets. These
* are analogous to the gnome-keyring 'keyrings'.
-->
<tp:spec xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <tp:title>Secret Storage specification</tp:title>
+ <tp:title>Secret Service API Specification</tp:title>
<tp:version>0.1</tp:version>
<tp:copyright>
Copyright (C) 2009 Stef Walter &lt;stef@memberwebs.com&gt;
@@ -22,8 +22,8 @@
*
-->
- <tp:errors namespace="org.freedesktop.Secrets.Error">
- <tp:docstring>Errors returned by the Secrets API.</tp:docstring>
+ <tp:errors namespace="org.freedesktop.Secret.Error">
+ <tp:docstring>Errors returned by the Secret Service API.</tp:docstring>
<tp:error name="AlreadyExists">
<tp:docstring>
An object (session, collection) already exists with the same name.
@@ -84,10 +84,10 @@
<node name="/org/freedesktop/Secrets">
- <interface name="org.freedesktop.Secrets.Service">
+ <interface name="org.freedesktop.Secret.Service">
<tp:docstring>
- The Secrets service manages all the sessions and collections.
+ The Secret Service manages all the sessions and collections.
</tp:docstring>
<property name="Collections" type="ao" access="read">
@@ -205,7 +205,7 @@
<node name="/org/freedesktop/Secrets/collection/xxxx">
- <interface name="org.freedesktop.Secrets.Collection">
+ <interface name="org.freedesktop.Secret.Collection">
<tp:docstring>A collection of items containing secrets.</tp:docstring>
@@ -300,9 +300,9 @@
*
-->
- <node name="/org/freedesktop/Secrets/collection/xxxx/iiii">
+ <node name="/org/freedesktop/Secret/collection/xxxx/iiii">
- <interface name="org.freedesktop.Secrets.Item">
+ <interface name="org.freedesktop.Secret.Item">
<tp:docstring>An item contains a secret, lookup attributes and has a label.</tp:docstring>
@@ -360,9 +360,9 @@
*
-->
- <node name="/org/freedesktop/Secrets/session/ssss">
+ <node name="/org/freedesktop/Secret/session/ssss">
- <interface name="org.freedesktop.Secrets.Session">
+ <interface name="org.freedesktop.Secret.Session">
<tp:docstring>A session tracks state between the service and a client application.</tp:docstring>
@@ -400,9 +400,9 @@
*
-->
- <node name="/org/freedesktop/Secrets/prompts/pppp">
+ <node name="/org/freedesktop/Secret/prompts/pppp">
- <interface name="org.freedesktop.Secrets.Prompt">
+ <interface name="org.freedesktop.Secret.Prompt">
<tp:docstring>A prompt necessary to complete an operation.</tp:docstring>
<method name="Prompt">