summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 13:33:54 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 13:33:54 +0000
commita27850a38c5aa181dd7d17f3ec469263f624b114 (patch)
treed2583e64674e4401b5bb5db60d55fe7e5431fc57 /doc
parent97312aba741b118306e0570d33bb2aa7af417e8c (diff)
Add support for properties being sometimes-immutable
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 4920f0f7..15a1ce77 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -353,7 +353,19 @@
</h2>
<div class="access">$property.get_access()</div>
- #if $property.immutable:
+ #if $property.sometimes_immutable:
+ <div class="annotation immutable">Depending on the protocol, this
+ property may be <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
+ #else
+ change.
+ #end if
+ </div>
+ #elif $property.immutable:
<div class="annotation immutable">This property is
<strong>immutable</strong> which means that it can never
#if $interface.is_channel_related: