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:
parent
212a53892a
commit
5f0e04e1c7
4 changed files with 13 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue