diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceTun.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceTun.html | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/libnm/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html index 8662e739..21b82f23 100644 --- a/docs/libnm/html/NMDeviceTun.html +++ b/docs/libnm/html/NMDeviceTun.html @@ -43,10 +43,10 @@ <tbody> <tr> <td class="function_type"> -<span class="returnvalue">4</span> +<span class="returnvalue">0</span> </td> <td class="function_name"> -<a class="link" href="NMDevice6Lowpan.html#NM-DEPRECATED-IN-1-24-FOR:CAPS" title="NM_DEPRECATED_IN_1_24_FOR ()">NM_DEPRECATED_IN_1_24_FOR</a> <span class="c_punctuation">()</span> +<a class="link" href="NMDeviceDummy.html#NM-DEPRECATED-IN-1-24-FOR:CAPS" title="NM_DEPRECATED_IN_1_24_FOR ()">NM_DEPRECATED_IN_1_24_FOR</a> <span class="c_punctuation">()</span> </td> </tr> <tr> @@ -200,7 +200,7 @@ <a name="NMDeviceTun.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="NM-DEPRECATED-IN-1-24-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_1_24_FOR ()</h3> -<pre class="programlisting"><span class="returnvalue">4</span> +<pre class="programlisting"><span class="returnvalue">0</span> NM_DEPRECATED_IN_1_24_FOR ();</pre> <div class="warning"><p><code class="literal">NM_DEPRECATED_IN_1_24_FOR</code> is deprecated and should not be used in newly-written code.</p></div> </div> @@ -290,6 +290,27 @@ nm_device_tun_get_group (<em class="parameter"><code><a class="link" href="NMDev <a name="nm-device-tun-get-no-pi"></a><h3>nm_device_tun_get_no_pi ()</h3> <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_tun_get_no_pi (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> +<p>Returns whether the <a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> has the IFF_NO_PI flag.</p> +<div class="refsect3"> +<a name="nm-device-tun-get-no-pi.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>device</p></td> +<td class="parameter_description"><p>a <a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-device-tun-get-no-pi.returns"></a><h4>Returns</h4> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has the flag, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p> +</div> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -393,6 +414,7 @@ nm_device_tun_get_multi_queue (<em class="parameter"><code><a class="link" href= <div class="refsect2"> <a name="NMDeviceTun-struct"></a><h3>NMDeviceTun</h3> <pre class="programlisting">typedef struct _NMDeviceTun NMDeviceTun;</pre> +<p class="since">Since: 1.2</p> </div> </div> <div class="refsect1"> |