[PATCH] Item attributes should all be a{sv}
Valentin Rusu
kde at rusu.info
Sun Mar 13 14:35:03 PDT 2011
---
secret-service/org.freedesktop.Secrets.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index def4f62..8e34e50 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -128,7 +128,7 @@ properties = { "Label": "MyCollection" }
<method name="SearchItems">
<tp:docstring>Find items in any collection.</tp:docstring>
- <arg name="attributes" type="a{ss}" direction="in">
+ <arg name="attributes" type="a{sv}" direction="in">
<tp:docstring>Find secrets in any collection.</tp:docstring>
</arg>
<arg name="unlocked" type="ao" direction="out">
@@ -268,7 +268,7 @@ properties = { "Label": "MyCollection" }
<method name="SearchItems">
<tp:docstring>Search for items in this collection matching the lookup attributes.</tp:docstring>
- <arg name="attributes" type="a{ss}" direction="in">
+ <arg name="attributes" type="a{sv}" direction="in">
<tp:docstring>Attributes to match.</tp:docstring>
</arg>
<arg name="results" type="ao" direction="out">
@@ -367,7 +367,7 @@ properties = {
<tp:docstring>Whether the item is locked and requires authentication, or not.</tp:docstring>
</property>
- <property name="Attributes" type="a{ss}" access="readwrite">
+ <property name="Attributes" type="a{sv}" access="readwrite">
<tp:docstring>The lookup attributes for this item.</tp:docstring>
</property>
--
1.7.3.4
--------------070701020006090306080408--
More information about the Authentication
mailing list