summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-12 17:36:10 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-12 17:49:41 +0100
commit0f4429b8436cea36027ecf73e626c4dae7925d43 (patch)
tree8249af03f7be82a524ee3376406c70d69a98beb8 /doc
parent191fd0c99e4dfae5f63d15fb93b4a6fa535576b5 (diff)
interface: give a different message for channel properties
So now we can use tp:immutable on non-channel properties and it won't talk about the channel being created and blah blah blah. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 31be238a..8ceb2820 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -319,11 +319,16 @@
#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 created. Immutable properties SHOULD
+ <strong>immutable</strong> which means that it can never
+ #if $interface.is_channel_related:
+ change 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>
+ signals
+ #else
+ change.
+ #end if
+ </div>
#end if
#if $property.requestable: