Add clarification on _global_ prefix.
This commit is contained in:
parent
274977154f
commit
1509d6c9e0
1 changed files with 4 additions and 0 deletions
|
|
@ -2050,6 +2050,10 @@ wrap_foo() {
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
<p>There is an exception: if the variable name starts with the <tt>_global_</tt> prefix,
|
||||
the argument number is not appended. Such variables can be used throughout the generated
|
||||
wrapper function.</p>
|
||||
|
||||
<p>
|
||||
Some typemaps do not recognize local variables (or they may simply not
|
||||
apply). At this time, only typemaps that apply to argument conversion support this (input typemaps such as the "in" typemap).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue