diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
| commit | 58affb29b8386d6d26359da604a64fefe7ae0a60 (patch) | |
| tree | 6c0c9b519e431ca178070c89f516dbaa660bbddb /docs/libnm/html/NMDeviceOvsBridge.html | |
| parent | 8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 (diff) | |
New upstream version 1.48.4 upstream/1.48.4
Diffstat (limited to 'docs/libnm/html/NMDeviceOvsBridge.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceOvsBridge.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html index cf296576..4001abfb 100644 --- a/docs/libnm/html/NMDeviceOvsBridge.html +++ b/docs/libnm/html/NMDeviceOvsBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"> <link rel="next" href="NMDeviceOvsInterface.html" title="NMDeviceOvsInterface"> -<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -41,7 +41,7 @@ <col class="functions_proto_name"> </colgroup> <tbody><tr> -<td class="function_type">const <span class="returnvalue">GPtrArray</span> * +<td class="function_type">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * </td> <td class="function_name"> <a class="link" href="NMDeviceOvsBridge.html#nm-device-ovs-bridge-get-slaves" title="nm_device_ovs_bridge_get_slaves ()">nm_device_ovs_bridge_get_slaves</a> <span class="c_punctuation">()</span> @@ -59,7 +59,7 @@ </colgroup> <tbody><tr> <td class="property_type"> -<span class="type">GPtrArray</span> *</td> +<a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</td> <td class="property_name"><a class="link" href="NMDeviceOvsBridge.html#NMDeviceOvsBridge--slaves" title="The “slaves” property">slaves</a></td> <td class="property_flags">Read</td> </tr></tbody> @@ -86,7 +86,7 @@ </div> <div class="refsect1"> <a name="NMDeviceOvsBridge.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> GObject +<pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a> <span class="lineart">╰──</span> <a class="link" href="NMObject.html" title="NMObject">NMObject</a> <span class="lineart">╰──</span> <a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> <span class="lineart">╰──</span> NMDeviceOvsBridge @@ -99,7 +99,7 @@ <a name="NMDeviceOvsBridge.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="nm-device-ovs-bridge-get-slaves"></a><h3>nm_device_ovs_bridge_get_slaves ()</h3> -<pre class="programlisting">const <span class="returnvalue">GPtrArray</span> * +<pre class="programlisting">const <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceOvsBridge.html" title="NMDeviceOvsBridge"><span class="type">NMDeviceOvsBridge</span></a> *device</code></em>);</pre> <div class="warning"> <p><code class="literal">nm_device_ovs_bridge_get_slaves</code> has been deprecated since version 1.34 and should not be used in newly-written code.</p> @@ -124,7 +124,7 @@ nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" hre </div> <div class="refsect3"> <a name="nm-device-ovs-bridge-get-slaves.returns"></a><h4>Returns</h4> -<p>the <span class="type">GPtrArray</span> containing +<p>the <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em> . This is the internal copy used by the device, and must not be modified. </p> @@ -151,7 +151,7 @@ copy used by the device, and must not be modified. </p> <a name="NMDeviceOvsBridge.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMDeviceOvsBridge--slaves"></a><h3>The <code class="literal">“slaves”</code> property</h3> -<pre class="programlisting"> “slaves” <span class="type">GPtrArray</span> *</pre> +<pre class="programlisting"> “slaves” <a href="../glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</pre> <p>Gets the ports currently enslaved to the device.</p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GPtrArray(NMDevice)]</span></p> <p>Owner: NMDeviceOvsBridge</p> @@ -161,6 +161,6 @@ copy used by the device, and must not be modified. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.34.0</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |