From da408f4ab4e22af0799440942b22b1e44e5f4364 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 16 Mar 2011 20:12:43 +0100 Subject: Property names in CreateItem and CreateCollection have interface. Specify properties to CreateItem and CreateCollection with a full interface name like so: org.freedesktop.Secret.Item.Label This allows future extensions to use different interfaces. --- secret-service/org.freedesktop.Secrets.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml index 7d23c78..cee47e9 100644 --- a/secret-service/org.freedesktop.Secrets.xml +++ b/secret-service/org.freedesktop.Secrets.xml @@ -108,13 +108,13 @@ Properties for the new collection. This allows setting the new collection's - properties upon its creation. All READWRITE properties of the Collection - interface are useable. + properties upon its creation. All READWRITE properties are useable. Specify + the property names in full interface.Property form. Example for properties @@ -301,18 +301,18 @@ properties = { "Label": "MyCollection" } Properties for the new item. This allows setting the new item's - properties upon its creation. All READWRITE properties of the Item - interface are useable. + properties upon its creation. All READWRITE properties are useable. + Specify the property names in full interface.Property form. Example for properties -- cgit v1.2.3-54-g00ecf