Link to read-only variables section added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-06 21:49:58 +00:00
commit 5f0e04e1c7
4 changed files with 13 additions and 5 deletions

View file

@ -730,8 +730,9 @@ extern char *path;
</div>
<p>
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled using
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled or cleared using
<tt>%mutable</tt>.
See the <a href="SWIG.html#SWIG_readonly_variables">Creatng read-only variables</a> section for further details.
</p>
<p>

View file

@ -789,8 +789,13 @@ extern char *path;
</div>
<p>
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled using
<tt>%mutable</tt>. It is also possible to tag a specific variable as read-only like this:
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled or cleared using
<tt>%mutable</tt>.
See the <a href="SWIG.html#SWIG_readonly_variables">Creatng read-only variables</a> section for further details.
</p>
<p>
It is also possible to tag a specific variable as read-only like this:
</p>
<div class="code">

View file

@ -888,8 +888,9 @@ extern char *path;
</div>
<p>
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled using
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled or cleared using
<tt>%mutable</tt>.
See the <a href="SWIG.html#SWIG_readonly_variables">Creatng read-only variables</a> section for further details.
</p>
<p>

View file

@ -768,8 +768,9 @@ extern char *path;
</div>
<p>
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled using
The <tt>%immutable</tt> directive stays in effect until it is explicitly disabled or cleared using
<tt>%mutable</tt>.
See the <a href="SWIG.html#SWIG_readonly_variables">Creatng read-only variables</a> section for further details.
</p>
<p>