diff options
Diffstat (limited to 'docs/libnm/html/NMSettingEthtool.html')
| -rw-r--r-- | docs/libnm/html/NMSettingEthtool.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html index 17229f97..0f7af39b 100644 --- a/docs/libnm/html/NMSettingEthtool.html +++ b/docs/libnm/html/NMSettingEthtool.html @@ -73,6 +73,22 @@ </tr> <tr> <td class="function_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMSettingEthtool.html#nm-ethtool-optname-is-channels" title="nm_ethtool_optname_is_channels ()">nm_ethtool_optname_is_channels</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMSettingEthtool.html#nm-ethtool-optname-is-eee" title="nm_ethtool_optname_is_eee ()">nm_ethtool_optname_is_eee</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> <td class="function_name"> @@ -253,6 +269,64 @@ is valid</p> </div> <hr> <div class="refsect2"> +<a name="nm-ethtool-optname-is-channels"></a><h3>nm_ethtool_optname_is_channels ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +nm_ethtool_optname_is_channels (<em class="parameter"><code>const <span class="type">char</span> *optname</code></em>);</pre> +<p>Checks whether <em class="parameter"><code>optname</code></em> + is a valid option name for a channels setting.</p> +<div class="refsect3"> +<a name="nm-ethtool-optname-is-channels.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>optname</p></td> +<td class="parameter_description"><p>the option name to check. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-ethtool-optname-is-channels.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 <em class="parameter"><code>optname</code></em> +is valid</p> +</div> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> +<a name="nm-ethtool-optname-is-eee"></a><h3>nm_ethtool_optname_is_eee ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +nm_ethtool_optname_is_eee (<em class="parameter"><code>const <span class="type">char</span> *optname</code></em>);</pre> +<p>Checks whether <em class="parameter"><code>optname</code></em> + is a valid option name for an eee setting.</p> +<div class="refsect3"> +<a name="nm-ethtool-optname-is-eee.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>optname</p></td> +<td class="parameter_description"><p>the option name to check. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-ethtool-optname-is-eee.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 <em class="parameter"><code>optname</code></em> +is valid</p> +</div> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-ethtool-new"></a><h3>nm_setting_ethtool_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_ethtool_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> |