diff options
Diffstat (limited to 'docs/libnm/html/annotation-glossary.html')
| -rw-r--r-- | docs/libnm/html/annotation-glossary.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/libnm/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index 2af383fb..9e9546a8 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm Reference Manual"> <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.27 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.28 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -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> @@ -68,6 +73,6 @@ <dd class="glossdef"><p>Override the parsed C type with given type.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> +<hr>Generated by GTK-Doc V1.28</div> </body> </html> \ No newline at end of file |