summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-07 14:44:12 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-07 14:44:12 +0100
commit72eba011c412eb2e73cb101c5f9ce0e7d61ede81 (patch)
tree9eaeea600eda7c1513a83aa2e7531c2ed37dc51b /doc
parent4d7511c41d6c2bce30a541c7911900878c8dbe86 (diff)
interface.html: reference not only CreateChannel() but EC() on Requests and CD
For completeness! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 0eb9f771..31be238a 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -320,8 +320,8 @@
#if $property.immutable:
<div class="annotation immutable">This property is
<strong>immutable</strong> which means that it can never change
- once the channel has been given its original value. Immutable
- properties SHOULD appear in the channel detail list
+ once the channel has been created. Immutable properties SHOULD
+ appear in the channel detail list
of <a href="Connection_Interface_Requests.html#org.freedesktop.Telepathy.Connection.Interface.Requests.NewChannels">NewChannels</a>
signals.</div>
#end if
@@ -329,10 +329,15 @@
#if $property.requestable:
<div class="annotation requestable">This property
is <strong>requestable</strong> which means that it is allowed
- in the properties hash of a channel request such as in
+ in the properties hash of a channel request such as in the
the <a href="Connection_Interface_Requests.html#org.freedesktop.Telepathy.Connection.Interface.Requests.CreateChannel">CreateChannel</a>
- method. The property should also appear in either the
- Fixed_Properties or Allowed_Properties lists of
+ and
+ <a href="Connection_Interface_Requests.html#org.freedesktop.Telepathy.Connection.Interface.Requests.EnsureChannel">EnsureChannel</a>
+ methods
+ on <a href="Connection_Interface_Requests.html">Requests</a>
+ and <a href="Channel_Dispatcher.html">ChannelDispatcher</a>.
+ 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