summaryrefslogtreecommitdiffstats
path: root/secret-service
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-08-16 00:12:00 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:42 +0000
commit66e81ac74e965b5b7681aabb4215d852c608815f (patch)
tree42c56828a03c2a4aeb28c3d1fa6cb35d63cb409a /secret-service
parent98d6279982e292c6885a2ef4a2b0eafbad31a0b8 (diff)
downloadxdg-specs-66e81ac74e965b5b7681aabb4215d852c608815f.tar.xz
Make objects paths be lower case, as discussed on the mailing list.
Diffstat (limited to 'secret-service')
-rw-r--r--secret-service/specification.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/secret-service/specification.xml b/secret-service/specification.xml
index 7c1eafd..335e9da 100644
--- a/secret-service/specification.xml
+++ b/secret-service/specification.xml
@@ -376,22 +376,22 @@
readable but not displayed to the user. The object path of an item or collection should
not change for its lifetime, under normal circumstances.</para>
- <programlisting>/org/freedesktop/Secrets</programlisting>
+ <programlisting>/org/freedesktop/secrets</programlisting>
<para>The object path for the service.</para>
- <programlisting>/org/freedesktop/Secrets/collection/<emphasis>xxxx</emphasis></programlisting>
+ <programlisting>/org/freedesktop/secrets/collection/<emphasis>xxxx</emphasis></programlisting>
<para>The object path for a collection, where <emphasis>xxxx</emphasis> represents a
possibly encoded or truncated version of the initial label of the collection.</para>
- <programlisting>/org/freedesktop/Secrets/collection/<emphasis>xxxx</emphasis>/<emphasis>iiii</emphasis></programlisting>
+ <programlisting>/org/freedesktop/secrets/collection/<emphasis>xxxx</emphasis>/<emphasis>iiii</emphasis></programlisting>
<para>The object path for an item, where <emphasis>xxxx</emphasis> is the collection (above)
and <emphasis>iiii</emphasis> is an auto-generated item specific identifier.</para>
- <programlisting>/org/freedesktop/Secrets/session/<emphasis>ssss</emphasis></programlisting>
+ <programlisting>/org/freedesktop/secrets/session/<emphasis>ssss</emphasis></programlisting>
<para>The object path for a session, where <emphasis>ssss</emphasis> is an auto-generated
session specific identifier.</para>
- <programlisting>/org/freedesktop/Secrets/default</programlisting>
+ <programlisting>/org/freedesktop/secrets/default</programlisting>
<para>The default collection for client applications to store secrets is available under
this object path in addition to its real object path (above).</para>
</chapter>