diff options
-rw-r--r-- | secret-service/org.freedesktop.Secrets.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml index cee47e9..b6fba64 100644 --- a/secret-service/org.freedesktop.Secrets.xml +++ b/secret-service/org.freedesktop.Secrets.xml @@ -263,7 +263,7 @@ properties = { "org.freedesktop.Secret.Collection.Label": "MyCollection" } <tp:docstring>The displayable label of this collection.</tp:docstring> </property> - <property name="Locked" type="s" access="read"> + <property name="Locked" type="b" access="read"> <tp:docstring> Whether the collection is locked and must be authenticated by the client application. </tp:docstring> |