diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceBridge.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceBridge.html | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index e9868edd..fab0710f 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMDeviceBridge: libnm Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="libnm Reference Manual"> <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceBond.html" title="NMDeviceBond"> @@ -36,7 +36,7 @@ </tr></table></div> <div class="refsect1"> <a name="NMDeviceBridge.functions"></a><h2>Functions</h2> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="functions_return"> <col class="functions_name"> @@ -51,14 +51,14 @@ </tr> <tr> <td class="function_type"> -<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<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="NMDeviceBridge.html#nm-device-bridge-get-carrier" title="nm_device_bridge_get_carrier ()">nm_device_bridge_get_carrier</a> <span class="c_punctuation">()</span> </td> </tr> <tr> -<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * +<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * </td> <td class="function_name"> <a class="link" href="NMDeviceBridge.html#nm-device-bridge-get-slaves" title="nm_device_bridge_get_slaves ()">nm_device_bridge_get_slaves</a> <span class="c_punctuation">()</span> @@ -69,7 +69,7 @@ </div> <div class="refsect1"> <a name="NMDeviceBridge.properties"></a><h2>Properties</h2> -<div class="informaltable"><table border="0"> +<div class="informaltable"><table class="informaltable" border="0"> <colgroup> <col width="150px" class="properties_type"> <col width="300px" class="properties_name"> @@ -77,19 +77,19 @@ </colgroup> <tbody> <tr> -<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="NMDeviceBridge.html#NMDeviceBridge--carrier" title="The “carrier” property">carrier</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="NMDeviceBridge.html#NMDeviceBridge--hw-address" title="The “hw-address” property">hw-address</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="/usr/share/gtk-doc/html/glibglib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</td> <td class="property_name"><a class="link" href="NMDeviceBridge.html#NMDeviceBridge--slaves" title="The “slaves” property">slaves</a></td> <td class="property_flags">Read</td> </tr> @@ -98,7 +98,7 @@ </div> <div class="refsect1"> <a name="NMDeviceBridge.other"></a><h2>Types and Values</h2> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="name"> <col class="description"> @@ -125,7 +125,7 @@ </div> <div class="refsect1"> <a name="NMDeviceBridge.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/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> NMDeviceBridge @@ -135,7 +135,7 @@ <a name="NMDeviceBridge.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> NMDeviceBridge implements - <a href="/usr/share/gtk-doc/html/gioGInitable.html#GInitable-struct">GInitable</a> and <a href="/usr/share/gtk-doc/html/gioGAsyncInitable.html#GAsyncInitable-struct">GAsyncInitable</a>.</p> + <a href="https://developer.gnome.org/gio/unstable/GInitable.html#GInitable-struct">GInitable</a> and <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html#GAsyncInitable-struct">GAsyncInitable</a>.</p> </div> <div class="refsect1"> <a name="NMDeviceBridge.description"></a><h2>Description</h2> @@ -149,7 +149,7 @@ nm_device_bridge_get_hw_address (<em class="parameter"><code><a class="link" hre <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a></p> <div class="refsect3"> <a name="nm-device-bridge-get-hw-address.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> @@ -171,12 +171,12 @@ device, and must not be modified.</p> <hr> <div class="refsect2"> <a name="nm-device-bridge-get-carrier"></a><h3>nm_device_bridge_get_carrier ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> <a name="nm-device-bridge-get-carrier.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> @@ -191,19 +191,19 @@ nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href=" </div> <div class="refsect3"> <a name="nm-device-bridge-get-carrier.returns"></a><h4>Returns</h4> -<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has carrier</p> +<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 carrier</p> </div> </div> <hr> <div class="refsect2"> <a name="nm-device-bridge-get-slaves"></a><h3>nm_device_bridge_get_slaves ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * +<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> *device</code></em>);</pre> <p>Gets the devices currently slaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> <a name="nm-device-bridge-get-slaves.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> @@ -218,7 +218,7 @@ nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="N </div> <div class="refsect3"> <a name="nm-device-bridge-get-slaves.returns"></a><h4>Returns</h4> -<p> the <a href="/usr/share/gtk-doc/html/glibglib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing +<p> the <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> 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> @@ -255,7 +255,7 @@ copy used by the device, and must not be modified. </p> <a name="NMDeviceBridge.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMDeviceBridge--carrier"></a><h3>The <code class="literal">“carrier”</code> property</h3> -<pre class="programlisting"> “carrier” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “carrier” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Whether the device has carrier.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -263,7 +263,7 @@ copy used by the device, and must not be modified. </p> <hr> <div class="refsect2"> <a name="NMDeviceBridge--hw-address"></a><h3>The <code class="literal">“hw-address”</code> property</h3> -<pre class="programlisting"> “hw-address” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “hw-address” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The hardware (MAC) address of the device.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -271,7 +271,7 @@ copy used by the device, and must not be modified. </p> <hr> <div class="refsect2"> <a name="NMDeviceBridge--slaves"></a><h3>The <code class="literal">“slaves”</code> property</h3> -<pre class="programlisting"> “slaves” <a href="/usr/share/gtk-doc/html/glibglib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</pre> +<pre class="programlisting"> “slaves” <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</pre> <p>The devices slaved to the bridge device.</p> <p>Element-type: NMDevice</p> <p>Flags: Read</p> |