diff options
Diffstat (limited to 'docs/libnm/html/NMSettingBridgePort.html')
| -rw-r--r-- | docs/libnm/html/NMSettingBridgePort.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/libnm/html/NMSettingBridgePort.html b/docs/libnm/html/NMSettingBridgePort.html index cb16d0f8..add5fa67 100644 --- a/docs/libnm/html/NMSettingBridgePort.html +++ b/docs/libnm/html/NMSettingBridgePort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingBond.html" title="NMSettingBond"> <link rel="next" href="NMSettingBridge.html" title="NMSettingBridge"> -<meta name="generator" content="GTK-Doc V1.29 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -37,8 +37,8 @@ <a name="NMSettingBridgePort.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -141,12 +141,12 @@ <tr> <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> <td class="property_name"><a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--path-cost" title="The “path-cost” property">path-cost</a></td> -<td class="property_flags">Read / Write / Construct</td> +<td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> <td class="property_name"><a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--priority" title="The “priority” property">priority</a></td> -<td class="property_flags">Read / Write / Construct</td> +<td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"> @@ -161,8 +161,8 @@ <a name="NMSettingBridgePort.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -537,6 +537,7 @@ nm_setting_bridge_port_clear_vlans (<em class="parameter"><code><a class="link" <pre class="programlisting"> “hairpin-mode” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Enables or disables "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on.</p> +<p>Owner: NMSettingBridgePort</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> </div> @@ -546,7 +547,8 @@ be sent back out through the port the frame was received on.</p> <pre class="programlisting"> “path-cost” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> <p>The Spanning Tree Protocol (STP) port cost for destinations via this port.</p> -<p>Flags: Read / Write / Construct</p> +<p>Owner: NMSettingBridgePort</p> +<p>Flags: Read / Write</p> <p>Allowed values: <= 65535</p> <p>Default value: 100</p> </div> @@ -555,7 +557,8 @@ port.</p> <a name="NMSettingBridgePort--priority"></a><h3>The <code class="literal">“priority”</code> property</h3> <pre class="programlisting"> “priority” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> <p>The Spanning Tree Protocol (STP) priority of this bridge port.</p> -<p>Flags: Read / Write / Construct</p> +<p>Owner: NMSettingBridgePort</p> +<p>Flags: Read / Write</p> <p>Allowed values: <= 63</p> <p>Default value: 32</p> </div> @@ -573,12 +576,13 @@ syntax:</p> <p>where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash.</p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GPtrArray(NMBridgeVlan)]</span></p> +<p>Owner: NMSettingBridgePort</p> <p>Flags: Read / Write</p> <p class="since">Since: 1.18</p> </div> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.29</div> +<hr>Generated by GTK-Doc V1.32.1</div> </body> </html> \ No newline at end of file |