diff options
| author | Michael Biebl <biebl@debian.org> | 2023-06-28 15:04:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-06-28 15:04:35 +0200 |
| commit | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (patch) | |
| tree | 951db959a175b866d0839749ca5d62ab91bb30fb /docs/libnm/html/NMSettingBondPort.html | |
| parent | 150fe9eef8dd22307ee16687509acde616663982 (diff) | |
New upstream version 1.42.8 upstream/1.42.8
Diffstat (limited to 'docs/libnm/html/NMSettingBondPort.html')
| -rw-r--r-- | docs/libnm/html/NMSettingBondPort.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/libnm/html/NMSettingBondPort.html b/docs/libnm/html/NMSettingBondPort.html index 323d19da..8db01091 100644 --- a/docs/libnm/html/NMSettingBondPort.html +++ b/docs/libnm/html/NMSettingBondPort.html @@ -55,6 +55,14 @@ <a class="link" href="NMSettingBondPort.html#nm-setting-bond-port-get-queue-id" title="nm_setting_bond_port_get_queue_id ()">nm_setting_bond_port_get_queue_id</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#gint32"><span class="returnvalue">gint32</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMSettingBondPort.html#nm-setting-bond-port-get-prio" title="nm_setting_bond_port_get_prio ()">nm_setting_bond_port_get_prio</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -74,6 +82,10 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingBondPort.html#NM-SETTING-BOND-PORT-QUEUE-ID:CAPS" title="NM_SETTING_BOND_PORT_QUEUE_ID">NM_SETTING_BOND_PORT_QUEUE_ID</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingBondPort.html#NM-SETTING-BOND-PORT-PRIO:CAPS" title="NM_SETTING_BOND_PORT_PRIO">NM_SETTING_BOND_PORT_PRIO</a></td> +</tr> </tbody> </table></div> </div> @@ -122,6 +134,32 @@ nm_setting_bond_port_get_queue_id (<em class="parameter"><code><a class="link" h </div> <p class="since">Since: 1.34</p> </div> +<hr> +<div class="refsect2"> +<a name="nm-setting-bond-port-get-prio"></a><h3>nm_setting_bond_port_get_prio ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> +nm_setting_bond_port_get_prio (<em class="parameter"><code><a class="link" href="NMSettingBondPort.html" title="NMSettingBondPort"><span class="type">NMSettingBondPort</span></a> *setting</code></em>);</pre> +<div class="refsect3"> +<a name="nm-setting-bond-port-get-prio.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>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingBondPort.html" title="NMSettingBondPort"><span class="type">NMSettingBondPort</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-bond-port-get-prio.returns"></a><h4>Returns</h4> +<p> the <span class="type">“prio”</span> property of the setting</p> +</div> +<p class="since">Since: 1.44, 1.42.8</p> +</div> </div> <div class="refsect1"> <a name="NMSettingBondPort.other_details"></a><h2>Types and Values</h2> @@ -136,6 +174,12 @@ nm_setting_bond_port_get_queue_id (<em class="parameter"><code><a class="link" h <pre class="programlisting">#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-BOND-PORT-PRIO:CAPS"></a><h3>NM_SETTING_BOND_PORT_PRIO</h3> +<pre class="programlisting">#define NM_SETTING_BOND_PORT_PRIO "prio" +</pre> +</div> </div> </div> <div class="footer"> |