summaryrefslogtreecommitdiffstats
path: root/secret-service/specification.xml
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-12-11 21:51:30 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:42 +0000
commit9b0a610bda7d6b99fa2f61bb77493c671eb1fb41 (patch)
treef0981476b7f23c135dc75ca69d335f899d242d6b /secret-service/specification.xml
parent33d5f4c05d1f52d1c212633818bdd1038ea5b467 (diff)
downloadxdg-specs-9b0a610bda7d6b99fa2f61bb77493c671eb1fb41.tar.xz
Error code changes.
* Remove AlreadyExists. No longer needed. * Remove NotSupported in favor of the one defined in DBus itself: org.freedesktop.DBus.Error.NotSupported * There's no real NoSuchObject error code defined in DBus itself, so defined our own.
Diffstat (limited to 'secret-service/specification.xml')
-rw-r--r--secret-service/specification.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/secret-service/specification.xml b/secret-service/specification.xml
index e69d116..f305cbe 100644
--- a/secret-service/specification.xml
+++ b/secret-service/specification.xml
@@ -263,8 +263,7 @@
specific.</para>
<para>If a service does not support a specific set of algorithms, a
- <link linkend='org.freedesktop.Secret.Error.NotSupported'>
- <errorname>NotSupported</errorname></link>
+ <errorname>org.freedesktop.DBus.Error.NotSupported</errorname>
error is returned, and the client is free to try another set of algorithms.
The <emphasis>plain</emphasis> algorithm is almost always supported.</para>