summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Leupold <lemma@confuego.org>2010-09-25 22:22:39 +0200
committerStef Walter <stefw@collabora.co.uk>2010-12-04 18:38:34 +0000
commit7ac18f0577130961193dcfd5cb0ab7fb83cdabf9 (patch)
treeb78f8966c46d1bc036ec5282f9122ae53e08add2
parent878f9b694c99c39cecd2cee0f33821659786772b (diff)
Remove aliases by passing '/' as collection argument to SetAlias.
-rw-r--r--secret-service/org.freedesktop.Secrets.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index da58b7f..def4f62 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -194,7 +194,9 @@ properties = { "Label": "MyCollection" }
<tp:docstring>An alias, such as 'default'.</tp:docstring>
</arg>
<arg name="collection" type='o' direction='in'>
- <tp:docstring>The collection.</tp:docstring>
+ <tp:docstring>
+ The collection to make the alias point to. To remove an alias use the special value '/'.
+ </tp:docstring>
</arg>
</method>