diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-10-07 14:37:45 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-10-07 14:37:45 +0100 |
commit | 4d7511c41d6c2bce30a541c7911900878c8dbe86 (patch) | |
tree | 5e72b750257b6a2457265e1864068d9838da5d14 /doc | |
parent | f66b478ed5596a805a8a71f5dbb27944b624e2fa (diff) |
interface.html: add note about adding to RCCs for requestable properties
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates/interface.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html index e27ffa5f..0eb9f771 100644 --- a/doc/templates/interface.html +++ b/doc/templates/interface.html @@ -331,7 +331,10 @@ is <strong>requestable</strong> which means that it is allowed in the properties hash of a channel request such as in the <a href="Connection_Interface_Requests.html#org.freedesktop.Telepathy.Connection.Interface.Requests.CreateChannel">CreateChannel</a> - method.</div> + method. The property should also appear in either the + Fixed_Properties or Allowed_Properties lists of + a <a href="Connection_Interface_Requests.html#org.freedesktop.Telepathy.Connection.Interface.Requests.RequestableChannelClasses">RequestableChannelClass</a> + advertised by the CM.</div> #end if $property.get_added() |