diff options
Diffstat (limited to 'docs/libnm/html/NMObject.html')
| -rw-r--r-- | docs/libnm/html/NMObject.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index 32699b7a..19e4fd94 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -64,10 +64,16 @@ <col width="150px" class="other_proto_type"> <col class="other_proto_name"> </colgroup> -<tbody><tr> +<tbody> +<tr> <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMObject.html#NM-OBJECT-PATH:CAPS" title="NM_OBJECT_PATH">NM_OBJECT_PATH</a></td> -</tr></tbody> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMObject.html#NM-OBJECT-CLIENT:CAPS" title="NM_OBJECT_CLIENT">NM_OBJECT_CLIENT</a></td> +</tr> +</tbody> </table></div> </div> <div class="refsect1"> @@ -142,7 +148,13 @@ cached. </p> <a name="NMObject.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="NM-OBJECT-PATH:CAPS"></a><h3>NM_OBJECT_PATH</h3> -<pre class="programlisting">#define NM_OBJECT_PATH "path" +<pre class="programlisting">#define NM_OBJECT_PATH "path" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-OBJECT-CLIENT:CAPS"></a><h3>NM_OBJECT_CLIENT</h3> +<pre class="programlisting">#define NM_OBJECT_CLIENT "client" </pre> </div> </div> |