From 878f9b694c99c39cecd2cee0f33821659786772b Mon Sep 17 00:00:00 2001 From: Michael Leupold Date: Sat, 25 Sep 2010 22:21:16 +0200 Subject: Have a try at a better explanation of the terms Property and Attribute in the context of CreateCollection and CreateItem. --- secret-service/org.freedesktop.Secrets.xml | 45 +++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) (limited to 'secret-service') diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml index 73c275b..da58b7f 100644 --- a/secret-service/org.freedesktop.Secrets.xml +++ b/secret-service/org.freedesktop.Secrets.xml @@ -102,7 +102,21 @@ Create a new collection with the specified properties. - Properties for the new collection. + + + 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. + + Example for properties + + + + + + The new collection object, or '/' if prompting is necessary. @@ -264,6 +278,35 @@ Create an item with the given attributes, secret and label. If replace is set, then it replaces an item already present with the same values for the attributes. The properties for the new item. + + + 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. + + Example for properties + + + + + + + Please note that there is a distinction between the terms + Property, which refers to a D-Bus properties + of an object, and Attribute, which refers to one + of a secret item's string-valued attributes. + + + + The secret to store in the item, encoded with the included session. -- cgit v1.2.3-54-g00ecf