telepathy-spec: Account.Interface.Addressing: use PropertiesChanged for notification

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Jan 9 05:03:27 PST 2013


Module: telepathy-spec
Branch: master
Commit: 359574c4a26c6b10173a7b68cba3c07c0f100f4f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=359574c4a26c6b10173a7b68cba3c07c0f100f4f

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Jan  7 15:20:59 2013 +0100

Account.Interface.Addressing: use PropertiesChanged for notification

There is no change notification at the moment.

https://bugs.freedesktop.org/show_bug.cgi?id=40393

---

 spec/Account_Interface_Addressing.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/spec/Account_Interface_Addressing.xml b/spec/Account_Interface_Addressing.xml
index 4b2846b..ffa9b54 100644
--- a/spec/Account_Interface_Addressing.xml
+++ b/spec/Account_Interface_Addressing.xml
@@ -19,6 +19,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
   <interface name="org.freedesktop.Telepathy.Account.Interface.Addressing">
     <tp:requires interface="org.freedesktop.Telepathy.Account"/>
     <tp:added version="0.21.5">(as stable API)</tp:added>
+    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal"
+                value="true"/>
+    <tp:changed version="UNRELEASED">
+      The standard D-Bus <code>PropertiesChanged</code> signal is now used
+      for <tp:member-ref>URISchemes</tp:member-ref> property change notifications.
+    </tp:changed>
     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
       <p>Some accounts can be used for multiple protocols; for instance, SIP
         and Skype accounts can often be used to contact the PSTN, MSN and
@@ -46,6 +52,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           entirely possible that an account which can be used for a
           given URI scheme is not wanted for it by the user, and
           therefore not flagged as such in this field.</p>
+        <p>Change notification for this property is provided by the
+          standard D-Bus <code>PropertiesChanged</code> signal.</p>
       </tp:docstring>
     </property>
 



More information about the telepathy-commits mailing list