diff options
author | Michael Leupold <lemma@confuego.org> | 2010-09-25 22:22:39 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 18:38:34 +0000 |
commit | 7ac18f0577130961193dcfd5cb0ab7fb83cdabf9 (patch) | |
tree | b78f8966c46d1bc036ec5282f9122ae53e08add2 /secret-service/org.freedesktop.Secrets.xml | |
parent | 878f9b694c99c39cecd2cee0f33821659786772b (diff) | |
download | xdg-specs-7ac18f0577130961193dcfd5cb0ab7fb83cdabf9.tar.xz |
Remove aliases by passing '/' as collection argument to SetAlias.
Diffstat (limited to 'secret-service/org.freedesktop.Secrets.xml')
-rw-r--r-- | secret-service/org.freedesktop.Secrets.xml | 4 |
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> |