[gnome-keyring/dbus-api] Consistently use term fields instead of attributes.
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-keyring/dbus-api] Consistently use term fields instead of attributes.
- Date: Thu, 16 Jul 2009 01:39:42 +0000 (UTC)
commit 9a407e1850aec391868a9d6d7e23045e5827a44f
Author: Stefan Walter <Stefan Walter>
Date: Thu Jul 16 00:45:51 2009 +0000
Consistently use term fields instead of attributes.
As suggested by Guillaume Martres.
daemon/secrets/api/org.freedesktop.Secrets.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/daemon/secrets/api/org.freedesktop.Secrets.xml b/daemon/secrets/api/org.freedesktop.Secrets.xml
index 8f48950..03093b9 100644
--- a/daemon/secrets/api/org.freedesktop.Secrets.xml
+++ b/daemon/secrets/api/org.freedesktop.Secrets.xml
@@ -32,7 +32,7 @@
</annotation>
<annotation value="org.freedesktop.Secrets.Error.NoSession" name="org.gtk.EggDBus.ErrorDomain.Member">
- <annotation value="A session must be established before this action can be carried out." name="org.gtk.EggDBus.DocString"/>
+ <annotation value="A session must be established before this action can be carried out." name="org.gtk.EggDBus.DocString"/>
</annotation>
</annotation>
@@ -82,7 +82,7 @@
<method name="SearchCollections">
<annotation value="Find items in any collection." name="org.gtk.EggDBus.DocString"/>
- <arg name="fields" type="a{ss}" direction="in">
+ <arg name="attributes" type="a{ss}" direction="in">
<annotation value="Find secrets in any collection." name="org.gtk.EggDBus.DocString"/>
</arg>
@@ -165,23 +165,23 @@
</method>
<method name="SearchItems">
- <annotation value="Search for items in this collection matching the lookup fields." name="org.gtk.EggDBus.DocString"/>
- <arg name="fields" type="a{ss}" direction="in">
- <annotation value="Fields to match." name="org.gtk.EggDBus.DocString"/>
+ <annotation value="Search for items in this collection matching the lookup attributes." name="org.gtk.EggDBus.DocString"/>
+ <arg name="attributes" type="a{ss}" direction="in">
+ <annotation value="Attributes to match." name="org.gtk.EggDBus.DocString"/>
</arg>
<arg name="results" type="ao" direction="out">
- <annotation value="Items that matched the fields." name="org.gtk.EggDBus.DocString"/>
+ <annotation value="Items that matched the attributes." name="org.gtk.EggDBus.DocString"/>
</arg>
</method>
<method name="CreateItem">
- <annotation value="Create an item with the given fields, secret and label.
+ <annotation value="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 fields."
+ present with the same values for the attributes."
name="org.gtk.EggDBus.DocString"/>
- <arg name="fields" type="a{ss}" direction="in">
- <annotation value="The lookup fields for the new item." name="org.gtk.EggDBus.DocString"/>
+ <arg name="attributes" type="a{ss}" direction="in">
+ <annotation value="The lookup attributes for the new item." name="org.gtk.EggDBus.DocString"/>
</arg>
<arg name="secret" type="(sayay)" direction="in">
@@ -194,7 +194,7 @@
</arg>
<arg name="replace" type="b" direction="in">
- <annotation value="Whether to replace an item with the same fields or not." name="org.gtk.EggDBus.DocString"/>
+ <annotation value="Whether to replace an item with the same attributes or not." name="org.gtk.EggDBus.DocString"/>
</arg>
<arg name="item" type="o" direction="out">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]