diff options
Diffstat (limited to 'secret-service/org.freedesktop.Secrets.xml')
-rw-r--r-- | secret-service/org.freedesktop.Secrets.xml | 26 |
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 <stef@memberwebs.com> @@ -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"> |