[Telepathy-commits] [telepathy-spec/master] Document that ApproverChannelFilter 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:31 PDT 2008
20080625120312-53eee-aaf3a9ea50c7c2ff1f4853bbf9003c25719c494f.gz
---
spec/Client_Approver.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/spec/Client_Approver.xml b/spec/Client_Approver.xml
index 45fec7b..4d9f1c6 100644
--- a/spec/Client_Approver.xml
+++ b/spec/Client_Approver.xml
@@ -54,13 +54,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
straight away.</p>
</tp:docstring>
- <property name="ApproverChannelFilter" type="v">
+ <property name="ApproverChannelFilter" type="v" access="read">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A specification of the channels in which this approver is
interested. The HandleDispatch method should be called by the
channel dispatcher whenever a channel dispatch operation
matches this description.</p>
+ <p>This property never changes while the approver 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 approvers that have a .client file, the channel dispatcher
may discover this property from the
[org.freedesktop.Telepathy.Client.Approver.DRAFT] section of the
--
1.5.6.5
More information about the Telepathy-commits
mailing list