diff options
-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> |