diff options
Diffstat (limited to 'docs/libnm/html/annotation-glossary.html')
| -rw-r--r-- | docs/libnm/html/annotation-glossary.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libnm/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index 2af383fb..5a66390d 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -20,6 +20,8 @@ <span class="dim">|</span> <a class="shortcut" href="#glsI">I</a> <span class="dim">|</span> + <a class="shortcut" href="#glsN">N</a> + <span class="dim">|</span> <a class="shortcut" href="#glsO">O</a> <span class="dim">|</span> <a class="shortcut" href="#glsS">S</a> @@ -47,6 +49,9 @@ <a name="glsI"></a><h3 class="title">I</h3> <dt><span class="glossterm"><a name="annotation-glossterm-inout"></a>inout</span></dt> <dd class="glossdef"><p>Parameter for input and for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd> +<a name="glsN"></a><h3 class="title">N</h3> +<dt><span class="glossterm"><a name="annotation-glossterm-nullable"></a>nullable</span></dt> +<dd class="glossdef"><p>NULL may be passed as the value in, out, in-out; or as a return value.</p></dd> <a name="glsO"></a><h3 class="title">O</h3> <dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt> <dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd> |