[Telepathy-commits] [telepathy-spec/master] Document that ObserverChannelFilter is read-only, and note that we need to work out how to handle upgrades

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 26 08:21:29 PDT 2008


20080625120551-53eee-efe09632bba6942431eb2376a3ab7b94cd98cc80.gz
---
 spec/Client_Observer.xml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/spec/Client_Observer.xml b/spec/Client_Observer.xml
index 051e010..1044825 100644
--- a/spec/Client_Observer.xml
+++ b/spec/Client_Observer.xml
@@ -46,13 +46,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
         property.</p>
     </tp:docstring>
 
-    <property name="ObserverChannelFilter" type="v">
+    <property name="ObserverChannelFilter" type="v" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>A specification of the channels in which this observer is
           interested. The <tp:member-ref>ObserveChannel</tp:member-ref> method
           should be called by the channel dispatcher whenever a new channel
-          matches this description.
-          </p>
+          matches this description.</p>
+
+        <p>This property never changes while the observer process is
+          running. (FIXME: it can change due to upgrades - how do we tell
+          the channel dispatcher about this? Make it inotify on the .client
+          file?)</p>
 
         <p>For observers that have a .client file, the channel dispatcher
           may discover this property from the
-- 
1.5.6.5




More information about the Telepathy-commits mailing list