summaryrefslogtreecommitdiff
path: root/spec/Account_Interface_External_Password_Storage.xml
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-22 10:25:22 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-22 10:59:00 +0100
commit00c153c57c455ecaa5bd12d0ece2c7afe4d4fec7 (patch)
tree4898c7d84b5cb47fbab2f8c49ace4da98c78f5d5 /spec/Account_Interface_External_Password_Storage.xml
parentb301f12e71ea54b842afe06554ac3f6ea45ec352 (diff)
downloadtelepathy-glib-00c153c57c455ecaa5bd12d0ece2c7afe4d4fec7.tar.gz
sync to spec 0.22.0
Diffstat (limited to 'spec/Account_Interface_External_Password_Storage.xml')
-rw-r--r--spec/Account_Interface_External_Password_Storage.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/spec/Account_Interface_External_Password_Storage.xml b/spec/Account_Interface_External_Password_Storage.xml
index 71a542428..5bd1bfce0 100644
--- a/spec/Account_Interface_External_Password_Storage.xml
+++ b/spec/Account_Interface_External_Password_Storage.xml
@@ -27,24 +27,30 @@
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for Accounts whose passwords are stored externally and
- SHOULD NOT be stored by either the <tp:dbus-ref
- namespace="org.freedesktop.Telepathy">AccountManager</tp:dbus-ref> nor
- any <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Channel.Type">ServerAuthentication</tp:dbus-ref>
+ SHOULD NOT be stored by either the
+ <tp:dbus-ref namespace="ofdT">AccountManager</tp:dbus-ref> nor any
+ <tp:dbus-ref namespace="ofdT.Channel.Type">ServerAuthentication</tp:dbus-ref>
handler.</p>
+
+ <p>This interface SHOULD only appear on accounts for which the
+ related Connection Manager implements
+ <tp:dbus-ref namespace="ofdT">ConnectionManager.Interface.AccountStorage.DRAFT</tp:dbus-ref>.</p>
</tp:docstring>
<method name="ForgetPassword" tp:name-for-bindings="Forget_Password">
<tp:docstring>
- <p>Clears any saved password associated with this account.</p>
+ Clears any saved password associated with this account.
</tp:docstring>
</method>
<property name="PasswordSaved"
tp:name-for-bindings="Password_Saved"
type="b" access="read">
- <tp:docstring>
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Indicates whether the account has a saved password or not.</p>
+
+ <p>Change notification for this property is provided by the
+ standard D-Bus <code>PropertiesChanged</code> signal.</p>
</tp:docstring>
</property>