diff options
Diffstat (limited to 'docs/libnm')
| -rw-r--r-- | docs/libnm/html/NMActiveConnection.html | 4 | ||||
| -rw-r--r-- | docs/libnm/html/NMClient.html | 14 | ||||
| -rw-r--r-- | docs/libnm/html/NMDevice.html | 8 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceBond.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceBridge.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceOvsBridge.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceOvsPort.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceTeam.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceWifi.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMDeviceWimax.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMSettingConnection.html | 25 | ||||
| -rw-r--r-- | docs/libnm/html/NMSettingIP6Config.html | 63 | ||||
| -rw-r--r-- | docs/libnm/html/NMSettingIPConfig.html | 12 | ||||
| -rw-r--r-- | docs/libnm/html/NMVpnConnection.html | 4 | ||||
| -rw-r--r-- | docs/libnm/html/api-index-full.html | 534 | ||||
| -rw-r--r-- | docs/libnm/html/index.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/libnm-nm-version.html | 10 | ||||
| -rw-r--r-- | docs/libnm/html/libnm.devhelp2 | 4 | ||||
| -rw-r--r-- | docs/libnm/html/object-tree.html | 8 | ||||
| -rw-r--r-- | docs/libnm/html/usage.html | 2 | ||||
| -rw-r--r-- | docs/libnm/libnm-sections.txt | 4 | ||||
| -rw-r--r-- | docs/libnm/version.xml | 2 |
22 files changed, 410 insertions, 300 deletions
diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 6e43e916..195132f0 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -402,7 +402,7 @@ by the connection, and must not be modified.</p> <a name="nm-active-connection-get-devices"></a><h3>nm_active_connection_get_devices ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_active_connection_get_devices (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> used for the active connections.</p> +<p>Gets the <span class="type">NMDevices</span> used for the active connections.</p> <div class="refsect3"> <a name="nm-active-connection-get-devices.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -420,7 +420,7 @@ nm_active_connection_get_devices (<em class="parameter"><code><a class="link" hr </div> <div class="refsect3"> <a name="nm-active-connection-get-devices.returns"></a><h4>Returns</h4> -<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>. +<p>the <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMDevices</span>. This is the internal copy used by the connection, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> </div> diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index 4135defd..7a06059a 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -2463,7 +2463,7 @@ methods such as <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-g <div class="refsect3"> <a name="nm-client-get-devices.returns"></a><h4>Returns</h4> <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> -containing all the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a>. The returned array is owned by the +containing all the <span class="type">NMDevices</span>. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> </div> @@ -2499,7 +2499,7 @@ use device-specific methods such as <a class="link" href="NMDeviceEthernet.html# <div class="refsect3"> <a name="nm-client-get-all-devices.returns"></a><h4>Returns</h4> <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> -containing all the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a>. The returned array is owned by the +containing all the <span class="type">NMDevices</span>. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> </div> @@ -2601,7 +2601,7 @@ nm_client_get_active_connections (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="nm-client-get-active-connections.returns"></a><h4>Returns</h4> <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> -containing all the active <a href="NMActiveConnection.html#NMActiveConnection-struct"><span class="type">NMActiveConnections</span></a>. +containing all the active <span class="type">NMActiveConnections</span>. The returned array is owned by the client and should not be modified. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMActiveConnection]</span></p> </div> @@ -2649,7 +2649,7 @@ any. </p> nm_client_get_activating_connection (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> corresponding to a currently-activating connection that is expected to become the new -<a href="NMClient.html#NMClient--primary-connection"><span class="type">“primary-connection”</span></a> upon successful activation.</p> +<span class="type">“primary-connection”</span> upon successful activation.</p> <div class="refsect3"> <a name="nm-client-get-activating-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -2699,7 +2699,7 @@ in <em class="parameter"><code>connection</code></em> picks the best available connection for the device and activates it.</p> <p>Note that the callback is invoked when NetworkManager has started activating the new connection, not when it finishes. You can use the returned -<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <a href="NMActiveConnection.html#NMActiveConnection--state"><span class="type">“state”</span></a>) to +<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <span class="type">“state”</span>) to track the activation to its completion.</p> <div class="refsect3"> <a name="nm-client-activate-connection-async.parameters"></a><h4>Parameters</h4> @@ -2819,7 +2819,7 @@ activated as with <a class="link" href="NMClient.html#nm-client-activate-connect VPN connections at this time.</p> <p>Note that the callback is invoked when NetworkManager has started activating the new connection, not when it finishes. You can used the returned -<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <a href="NMActiveConnection.html#NMActiveConnection--state"><span class="type">“state”</span></a>) to +<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <span class="type">“state”</span>) to track the activation to its completion.</p> <div class="refsect3"> <a name="nm-client-add-and-activate-connection-async.parameters"></a><h4>Parameters</h4> @@ -2948,7 +2948,7 @@ activated as with <a class="link" href="NMClient.html#nm-client-activate-connect VPN connections at this time.</p> <p>Note that the callback is invoked when NetworkManager has started activating the new connection, not when it finishes. You can used the returned -<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <a href="NMActiveConnection.html#NMActiveConnection--state"><span class="type">“state”</span></a>) to +<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <span class="type">“state”</span>) to track the activation to its completion.</p> <p>This is identitcal to <a class="link" href="NMClient.html#nm-client-add-and-activate-connection-async" title="nm_client_add_and_activate_connection_async ()"><code class="function">nm_client_add_and_activate_connection_async()</code></a> but takes a further <em class="parameter"><code>options</code></em> diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 2ae56a87..b6d0f9c5 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -1345,7 +1345,7 @@ not part of an active connection. </p> <a name="nm-device-get-available-connections"></a><h3>nm_device_get_available_connections ()</h3> <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_get_available_connections (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p>Gets the <a href="NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a> currently known to the daemon that could +<p>Gets the <span class="type">NMRemoteConnections</span> currently known to the daemon that could be activated on <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> @@ -1366,7 +1366,7 @@ be activated on <em class="parameter"><code>device</code></em> <div class="refsect3"> <a name="nm-device-get-available-connections.returns"></a><h4>Returns</h4> <p>the <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> -containing <a href="NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a>. This is the internal copy used by +containing <span class="type">NMRemoteConnections</span>. This is the internal copy used by the connection, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMRemoteConnection]</span></p> </div> @@ -1378,7 +1378,7 @@ the connection, and must not be modified. </p> nm_device_get_physical_port_id (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the physical port ID of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. If non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, this is an opaque string that can be used to recognize when -seemingly-unrelated <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> are actually just different virtual +seemingly-unrelated <span class="type">NMDevices</span> are actually just different virtual ports on a single physical port. (Eg, NPAR / SR-IOV.)</p> <div class="refsect3"> <a name="nm-device-get-physical-port-id.parameters"></a><h4>Parameters</h4> @@ -1452,7 +1452,7 @@ nm_device_is_real (<em class="parameter"><code><a class="link" href="NMDevice.ht <a name="nm-device-is-real.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 the device exists, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is a placeholder device that could be automatically created by NetworkManager if one of its -<a href="NMDevice.html#NMDevice--available-connections"><span class="type">“available-connections”</span></a> was activated.</p> +<span class="type">“available-connections”</span> was activated.</p> </div> <p class="since">Since: 1.2</p> </div> diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index a2b16f14..7bd7b1db 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -169,7 +169,7 @@ nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMD <div class="refsect3"> <a name="nm-device-bond-get-slaves.returns"></a><h4>Returns</h4> <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> +<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> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index dadf1c8d..67bb6aed 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -169,7 +169,7 @@ nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="nm-device-bridge-get-slaves.returns"></a><h4>Returns</h4> <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> +<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> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html index 60a2cfe3..031f25c6 100644 --- a/docs/libnm/html/NMDeviceOvsBridge.html +++ b/docs/libnm/html/NMDeviceOvsBridge.html @@ -89,7 +89,7 @@ nm_device_ovs_bridge_get_slaves (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="nm-device-ovs-bridge-get-slaves.returns"></a><h4>Returns</h4> <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> +<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> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> diff --git a/docs/libnm/html/NMDeviceOvsPort.html b/docs/libnm/html/NMDeviceOvsPort.html index 01ff2196..37570652 100644 --- a/docs/libnm/html/NMDeviceOvsPort.html +++ b/docs/libnm/html/NMDeviceOvsPort.html @@ -89,7 +89,7 @@ nm_device_ovs_port_get_slaves (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="nm-device-ovs-port-get-slaves.returns"></a><h4>Returns</h4> <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> +<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> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index c6a38139..e343f053 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -180,7 +180,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD <div class="refsect3"> <a name="nm-device-team-get-slaves.returns"></a><h4>Returns</h4> <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> +<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> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index c6990839..f4bc9913 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -419,7 +419,7 @@ nm_device_wifi_get_access_points (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="nm-device-wifi-get-access-points.returns"></a><h4>Returns</h4> <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the -scanned <a href="NMAccessPoint.html#NMAccessPoint-struct"><span class="type">NMAccessPoints</span></a>. +scanned <span class="type">NMAccessPoints</span>. The returned array is owned by the client and should not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMAccessPoint]</span></p> </div> diff --git a/docs/libnm/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html index 4b61bd34..57326e3b 100644 --- a/docs/libnm/html/NMDeviceWimax.html +++ b/docs/libnm/html/NMDeviceWimax.html @@ -287,7 +287,7 @@ nm_device_wimax_get_nsps (<em class="parameter"><code><a class="link" href="NMDe <div class="refsect3"> <a name="nm-device-wimax-get-nsps.returns"></a><h4>Returns</h4> <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing -all the scanned <a href="NMWimaxNsp.html#NMWimaxNsp-struct"><span class="type">NMWimaxNsps</span></a>. +all the scanned <span class="type">NMWimaxNsps</span>. The returned array is owned by the client and should not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMWimaxNsp]</span></p> </div> diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index f9c862eb..ee8a6c6b 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -2147,11 +2147,13 @@ connection may be applied to the wrong interface.</p> for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link.</p> -<p>The permitted values are: yes: register hostname and resolving -for the connection, no: disable LLMNR for the interface, resolve: -do not register hostname but allow resolving of LLMNR host names.</p> -<p>This feature requires a plugin which supports LLMNR. One such -plugin is dns-systemd-resolved.</p> +<p>The permitted values are: "yes" (2) register hostname and resolving +for the connection, "no" (0) disable LLMNR for the interface, "resolve" +(1) do not register hostname but allow resolving of LLMNR host names +If unspecified, "default" ultimately depends on the DNS plugin (which +for systemd-resolved currently means "yes").</p> +<p>This feature requires a plugin which supports LLMNR. Otherwise the +setting has no effect. One such plugin is dns-systemd-resolved.</p> <p>Flags: Read / Write</p> <p>Default value: -1</p> <p class="since">Since: 1.14</p> @@ -2169,11 +2171,14 @@ plugin is dns-systemd-resolved.</p> <a name="NMSettingConnection--mdns"></a><h3>The <code class="literal">“mdns”</code> property</h3> <pre class="programlisting"> “mdns” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>Whether mDNS is enabled for the connection.</p> -<p>The permitted values are: yes: register hostname and resolving -for the connection, no: disable mDNS for the interface, resolve: -do not register hostname but allow resolving of mDNS host names.</p> -<p>This feature requires a plugin which supports mDNS. One such -plugin is dns-systemd-resolved.</p> +<p>The permitted values are: "yes" (2) register hostname and resolving +for the connection, "no" (0) disable mDNS for the interface, "resolve" +(1) do not register hostname but allow resolving of mDNS host names +and "default" (-1) to allow lookup of a global default in NetworkManager.conf. +If unspecified, "default" ultimately depends on the DNS plugin (which +for systemd-resolved currently means "no").</p> +<p>This feature requires a plugin which supports mDNS. Otherwise the +setting has no effect. One such plugin is dns-systemd-resolved.</p> <p>Flags: Read / Write</p> <p>Default value: -1</p> <p class="since">Since: 1.12</p> diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 2cdd15c6..fc74885c 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -79,6 +79,14 @@ <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-dhcp-duid" title="nm_setting_ip6_config_get_dhcp_duid ()">nm_setting_ip6_config_get_dhcp_duid</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="NMSettingIP6Config.html#nm-setting-ip6-config-get-ra-timeout" title="nm_setting_ip6_config_get_ra_timeout ()">nm_setting_ip6_config_get_ra_timeout</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -108,6 +116,11 @@ <td class="property_flags">Read / Write / Construct</td> </tr> <tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ra-timeout" title="The “ra-timeout” property">ra-timeout</a></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#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--token" title="The “token” property">token</a></td> @@ -146,6 +159,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-RA-TIMEOUT:CAPS" title="NM_SETTING_IP6_CONFIG_RA_TIMEOUT">NM_SETTING_IP6_CONFIG_RA_TIMEOUT</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a></td> </tr> <tr> @@ -342,6 +359,33 @@ sent to the DHCPv6 servers.</p> </div> <p class="since">Since: 1.12</p> </div> +<hr> +<div class="refsect2"> +<a name="nm-setting-ip6-config-get-ra-timeout"></a><h3>nm_setting_ip6_config_get_ra_timeout ()</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_ip6_config_get_ra_timeout (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-ra-timeout.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="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-ra-timeout.returns"></a><h4>Returns</h4> +<p> The configured <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-RA-TIMEOUT:CAPS" title="NM_SETTING_IP6_CONFIG_RA_TIMEOUT"><code class="literal">NM_SETTING_IP6_CONFIG_RA_TIMEOUT</code></a> value with the +timeout for router advertisements in seconds.</p> +</div> +<p class="since">Since: 1.24, 1.22.8</p> +</div> </div> <div class="refsect1"> <a name="NMSettingIP6Config.other_details"></a><h2>Types and Values</h2> @@ -376,6 +420,12 @@ sent to the DHCPv6 servers.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-IP6-CONFIG-RA-TIMEOUT:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_RA_TIMEOUT</h3> +<pre class="programlisting">#define NM_SETTING_IP6_CONFIG_RA_TIMEOUT "ra-timeout" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_IGNORE</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore" </pre> @@ -615,6 +665,19 @@ setting as another way of avoiding host tracking with IPv6 addresses.</p> </div> <hr> <div class="refsect2"> +<a name="NMSettingIP6Config--ra-timeout"></a><h3>The <code class="literal">“ra-timeout”</code> property</h3> +<pre class="programlisting"> “ra-timeout” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>A timeout for waiting Router Advertisements in seconds. If zero (the default), a +globally configured default is used. If still unspecified, the timeout depends on the +sysctl settings of the device.</p> +<p>Set to 2147483647 (MAXINT32) for infinity.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= 0</p> +<p>Default value: 0</p> +<p class="since">Since: 1.24, 1.22.8</p> +</div> +<hr> +<div class="refsect2"> <a name="NMSettingIP6Config--token"></a><h3>The <code class="literal">“token”</code> property</h3> <pre class="programlisting"> “token” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index c7f19f28..32891026 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -6472,7 +6472,10 @@ providing a static hostname for the computer. If the <div class="refsect2"> <a name="NMSettingIPConfig--dhcp-timeout"></a><h3>The <code class="literal">“dhcp-timeout”</code> property</h3> <pre class="programlisting"> “dhcp-timeout” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> -<p>A timeout for a DHCP transaction in seconds.</p> +<p>A timeout for a DHCP transaction in seconds. If zero (the default), a +globally configured default is used. If still unspecified, a device specific +timeout is used (usually 45 seconds).</p> +<p>Set to 2147483647 (MAXINT32) for infinity.</p> <p>Flags: Read / Write</p> <p>Allowed values: >= 0</p> <p>Default value: 0</p> @@ -6510,10 +6513,11 @@ same connection profile.</p> <p>When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. When multiple -devices have configurations with the same priority, the one with an -active default route will be preferred. Negative values have the special +devices have configurations with the same priority, VPNs will be +considered first, then devices with the best (lowest metric) default +route and then all other devices. Negative values have the special effect of excluding other configurations with a greater priority value; -so in presence of at least a negative priority, only DNS servers from +so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used.</p> <p>When using a DNS resolver that supports Conditional Forwarding as dns=dnsmasq or dns=systemd-resolved, each connection is used to query domains in its diff --git a/docs/libnm/html/NMVpnConnection.html b/docs/libnm/html/NMVpnConnection.html index 915f0def..98353656 100644 --- a/docs/libnm/html/NMVpnConnection.html +++ b/docs/libnm/html/NMVpnConnection.html @@ -41,7 +41,7 @@ <tbody> <tr> <td class="function_type"> -<a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionState"><span class="returnvalue">NMVpnConnectionState</span></a> +<span class="returnvalue">NMVpnConnectionState</span> </td> <td class="function_name"> <a class="link" href="NMVpnConnection.html#nm-vpn-connection-get-vpn-state" title="nm_vpn_connection_get_vpn_state ()">nm_vpn_connection_get_vpn_state</a> <span class="c_punctuation">()</span> @@ -83,7 +83,7 @@ <a name="NMVpnConnection.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="nm-vpn-connection-get-vpn-state"></a><h3>nm_vpn_connection_get_vpn_state ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionState"><span class="returnvalue">NMVpnConnectionState</span></a> +<pre class="programlisting"><span class="returnvalue">NMVpnConnectionState</span> nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" href="NMVpnConnection.html" title="NMVpnConnection"><span class="type">NMVpnConnection</span></a> *vpn</code></em>);</pre> <p>Gets the current <a class="link" href="NMVpnConnection.html" title="NMVpnConnection"><span class="type">NMVpnConnection</span></a> state.</p> <div class="refsect3"> diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 6e5e560c..ee7bf244 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -133,51 +133,51 @@ json_true, macro in nm-json </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint-struct">NMAccessPoint</a>, struct in NMDeviceOvs +NMAccessPoint, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--bssid">NMAccessPoint:bssid</a>, object property in NMDeviceOvs +NMAccessPoint:bssid, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--flags">NMAccessPoint:flags</a>, object property in NMDeviceOvs +NMAccessPoint:flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--frequency">NMAccessPoint:frequency</a>, object property in NMDeviceOvs +NMAccessPoint:frequency, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--hw-address">NMAccessPoint:hw-address</a>, object property in NMDeviceOvs +NMAccessPoint:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--last-seen">NMAccessPoint:last-seen</a>, object property in NMDeviceOvs +NMAccessPoint:last-seen, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--max-bitrate">NMAccessPoint:max-bitrate</a>, object property in NMDeviceOvs +NMAccessPoint:max-bitrate, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--mode">NMAccessPoint:mode</a>, object property in NMDeviceOvs +NMAccessPoint:mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--rsn-flags">NMAccessPoint:rsn-flags</a>, object property in NMDeviceOvs +NMAccessPoint:rsn-flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--ssid">NMAccessPoint:ssid</a>, object property in NMDeviceOvs +NMAccessPoint:ssid, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--strength">NMAccessPoint:strength</a>, object property in NMDeviceOvs +NMAccessPoint:strength, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMAccessPoint.html#NMAccessPoint--wpa-flags">NMAccessPoint:wpa-flags</a>, object property in NMDeviceOvs +NMAccessPoint:wpa-flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -185,75 +185,75 @@ json_true, macro in nm-json </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection-struct">NMActiveConnection</a>, struct in NMDeviceOvs +NMActiveConnection, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection-state-changed">NMActiveConnection::state-changed</a>, object signal in NMDeviceOvs +NMActiveConnection::state-changed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--connection">NMActiveConnection:connection</a>, object property in NMDeviceOvs +NMActiveConnection:connection, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--default">NMActiveConnection:default</a>, object property in NMDeviceOvs +NMActiveConnection:default, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--default6">NMActiveConnection:default6</a>, object property in NMDeviceOvs +NMActiveConnection:default6, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--devices">NMActiveConnection:devices</a>, object property in NMDeviceOvs +NMActiveConnection:devices, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--dhcp4-config">NMActiveConnection:dhcp4-config</a>, object property in NMDeviceOvs +NMActiveConnection:dhcp4-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--dhcp6-config">NMActiveConnection:dhcp6-config</a>, object property in NMDeviceOvs +NMActiveConnection:dhcp6-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--id">NMActiveConnection:id</a>, object property in NMDeviceOvs +NMActiveConnection:id, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--ip4-config">NMActiveConnection:ip4-config</a>, object property in NMDeviceOvs +NMActiveConnection:ip4-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--ip6-config">NMActiveConnection:ip6-config</a>, object property in NMDeviceOvs +NMActiveConnection:ip6-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--master">NMActiveConnection:master</a>, object property in NMDeviceOvs +NMActiveConnection:master, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--specific-object-path">NMActiveConnection:specific-object-path</a>, object property in NMDeviceOvs +NMActiveConnection:specific-object-path, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--state">NMActiveConnection:state</a>, object property in NMDeviceOvs +NMActiveConnection:state, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--state-flags">NMActiveConnection:state-flags</a>, object property in NMDeviceOvs +NMActiveConnection:state-flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--type">NMActiveConnection:type</a>, object property in NMDeviceOvs +NMActiveConnection:type, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--uuid">NMActiveConnection:uuid</a>, object property in NMDeviceOvs +NMActiveConnection:uuid, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMActiveConnection.html#NMActiveConnection--vpn">NMActiveConnection:vpn</a>, object property in NMDeviceOvs +NMActiveConnection:vpn, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -301,59 +301,59 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-struct">NMClient</a>, struct in NMDeviceOvs +NMClient, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-active-connection-added">NMClient::active-connection-added</a>, object signal in NMDeviceOvs +NMClient::active-connection-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-active-connection-removed">NMClient::active-connection-removed</a>, object signal in NMDeviceOvs +NMClient::active-connection-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-any-device-added">NMClient::any-device-added</a>, object signal in NMDeviceOvs +NMClient::any-device-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-any-device-removed">NMClient::any-device-removed</a>, object signal in NMDeviceOvs +NMClient::any-device-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-connection-added">NMClient::connection-added</a>, object signal in NMDeviceOvs +NMClient::connection-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-connection-removed">NMClient::connection-removed</a>, object signal in NMDeviceOvs +NMClient::connection-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-device-added">NMClient::device-added</a>, object signal in NMDeviceOvs +NMClient::device-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-device-removed">NMClient::device-removed</a>, object signal in NMDeviceOvs +NMClient::device-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient-permission-changed">NMClient::permission-changed</a>, object signal in NMDeviceOvs +NMClient::permission-changed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--activating-connection">NMClient:activating-connection</a>, object property in NMDeviceOvs +NMClient:activating-connection, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--active-connections">NMClient:active-connections</a>, object property in NMDeviceOvs +NMClient:active-connections, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--all-devices">NMClient:all-devices</a>, object property in NMDeviceOvs +NMClient:all-devices, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--can-modify">NMClient:can-modify</a>, object property in NMDeviceOvs +NMClient:can-modify, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -361,23 +361,23 @@ NMClient:capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--checkpoints">NMClient:checkpoints</a>, object property in NMDeviceOvs +NMClient:checkpoints, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--connections">NMClient:connections</a>, object property in NMDeviceOvs +NMClient:connections, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--connectivity">NMClient:connectivity</a>, object property in NMDeviceOvs +NMClient:connectivity, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--connectivity-check-available">NMClient:connectivity-check-available</a>, object property in NMDeviceOvs +NMClient:connectivity-check-available, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--connectivity-check-enabled">NMClient:connectivity-check-enabled</a>, object property in NMDeviceOvs +NMClient:connectivity-check-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -393,75 +393,75 @@ NMClient:dbus-name-owner, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--devices">NMClient:devices</a>, object property in NMDeviceOvs +NMClient:devices, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--dns-configuration">NMClient:dns-configuration</a>, object property in NMDeviceOvs +NMClient:dns-configuration, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--dns-mode">NMClient:dns-mode</a>, object property in NMDeviceOvs +NMClient:dns-mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--dns-rc-manager">NMClient:dns-rc-manager</a>, object property in NMDeviceOvs +NMClient:dns-rc-manager, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--hostname">NMClient:hostname</a>, object property in NMDeviceOvs +NMClient:hostname, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--metered">NMClient:metered</a>, object property in NMDeviceOvs +NMClient:metered, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--networking-enabled">NMClient:networking-enabled</a>, object property in NMDeviceOvs +NMClient:networking-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--nm-running">NMClient:nm-running</a>, object property in NMDeviceOvs +NMClient:nm-running, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--primary-connection">NMClient:primary-connection</a>, object property in NMDeviceOvs +NMClient:primary-connection, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--startup">NMClient:startup</a>, object property in NMDeviceOvs +NMClient:startup, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--state">NMClient:state</a>, object property in NMDeviceOvs +NMClient:state, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--version">NMClient:version</a>, object property in NMDeviceOvs +NMClient:version, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wimax-enabled">NMClient:wimax-enabled</a>, object property in NMDeviceOvs +NMClient:wimax-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wimax-hardware-enabled">NMClient:wimax-hardware-enabled</a>, object property in NMDeviceOvs +NMClient:wimax-hardware-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wireless-enabled">NMClient:wireless-enabled</a>, object property in NMDeviceOvs +NMClient:wireless-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wireless-hardware-enabled">NMClient:wireless-hardware-enabled</a>, object property in NMDeviceOvs +NMClient:wireless-hardware-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wwan-enabled">NMClient:wwan-enabled</a>, object property in NMDeviceOvs +NMClient:wwan-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMClient.html#NMClient--wwan-hardware-enabled">NMClient:wwan-hardware-enabled</a>, object property in NMDeviceOvs +NMClient:wwan-hardware-enabled, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -537,7 +537,7 @@ NMConnection::secrets-updated, object signal in NMSettingOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice-struct">NMDevice</a>, struct in NMDeviceOvs +NMDevice, struct in NMDeviceOvs </dt> <dd></dd> <dt> @@ -553,55 +553,55 @@ NMDevice6Lowpan:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice-state-changed">NMDevice::state-changed</a>, object signal in NMDeviceOvs +NMDevice::state-changed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--active-connection">NMDevice:active-connection</a>, object property in NMDeviceOvs +NMDevice:active-connection, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--autoconnect">NMDevice:autoconnect</a>, object property in NMDeviceOvs +NMDevice:autoconnect, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--available-connections">NMDevice:available-connections</a>, object property in NMDeviceOvs +NMDevice:available-connections, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--capabilities">NMDevice:capabilities</a>, object property in NMDeviceOvs +NMDevice:capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--device-type">NMDevice:device-type</a>, object property in NMDeviceOvs +NMDevice:device-type, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--dhcp4-config">NMDevice:dhcp4-config</a>, object property in NMDeviceOvs +NMDevice:dhcp4-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--dhcp6-config">NMDevice:dhcp6-config</a>, object property in NMDeviceOvs +NMDevice:dhcp6-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--driver">NMDevice:driver</a>, object property in NMDeviceOvs +NMDevice:driver, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--driver-version">NMDevice:driver-version</a>, object property in NMDeviceOvs +NMDevice:driver-version, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--firmware-missing">NMDevice:firmware-missing</a>, object property in NMDeviceOvs +NMDevice:firmware-missing, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--firmware-version">NMDevice:firmware-version</a>, object property in NMDeviceOvs +NMDevice:firmware-version, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--interface">NMDevice:interface</a>, object property in NMDeviceOvs +NMDevice:interface, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -609,127 +609,127 @@ NMDevice:interface-flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--ip-interface">NMDevice:ip-interface</a>, object property in NMDeviceOvs +NMDevice:ip-interface, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--ip4-config">NMDevice:ip4-config</a>, object property in NMDeviceOvs +NMDevice:ip4-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--ip4-connectivity">NMDevice:ip4-connectivity</a>, object property in NMDeviceOvs +NMDevice:ip4-connectivity, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--ip6-config">NMDevice:ip6-config</a>, object property in NMDeviceOvs +NMDevice:ip6-config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--ip6-connectivity">NMDevice:ip6-connectivity</a>, object property in NMDeviceOvs +NMDevice:ip6-connectivity, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--lldp-neighbors">NMDevice:lldp-neighbors</a>, object property in NMDeviceOvs +NMDevice:lldp-neighbors, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--managed">NMDevice:managed</a>, object property in NMDeviceOvs +NMDevice:managed, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--metered">NMDevice:metered</a>, object property in NMDeviceOvs +NMDevice:metered, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--mtu">NMDevice:mtu</a>, object property in NMDeviceOvs +NMDevice:mtu, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--nm-plugin-missing">NMDevice:nm-plugin-missing</a>, object property in NMDeviceOvs +NMDevice:nm-plugin-missing, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--physical-port-id">NMDevice:physical-port-id</a>, object property in NMDeviceOvs +NMDevice:physical-port-id, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--product">NMDevice:product</a>, object property in NMDeviceOvs +NMDevice:product, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--real">NMDevice:real</a>, object property in NMDeviceOvs +NMDevice:real, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--state">NMDevice:state</a>, object property in NMDeviceOvs +NMDevice:state, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--state-reason">NMDevice:state-reason</a>, object property in NMDeviceOvs +NMDevice:state-reason, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--udi">NMDevice:udi</a>, object property in NMDeviceOvs +NMDevice:udi, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDevice.html#NMDevice--vendor">NMDevice:vendor</a>, object property in NMDeviceOvs +NMDevice:vendor, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceAdsl.html#NMDeviceAdsl-struct">NMDeviceAdsl</a>, struct in NMDeviceOvs +NMDeviceAdsl, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceAdsl.html#NMDeviceAdsl--carrier">NMDeviceAdsl:carrier</a>, object property in NMDeviceOvs +NMDeviceAdsl:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBond.html#NMDeviceBond-struct">NMDeviceBond</a>, struct in NMDeviceOvs +NMDeviceBond, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBond.html#NMDeviceBond--carrier">NMDeviceBond:carrier</a>, object property in NMDeviceOvs +NMDeviceBond:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBond.html#NMDeviceBond--hw-address">NMDeviceBond:hw-address</a>, object property in NMDeviceOvs +NMDeviceBond:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBond.html#NMDeviceBond--slaves">NMDeviceBond:slaves</a>, object property in NMDeviceOvs +NMDeviceBond:slaves, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBridge.html#NMDeviceBridge-struct">NMDeviceBridge</a>, struct in NMDeviceOvs +NMDeviceBridge, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBridge.html#NMDeviceBridge--carrier">NMDeviceBridge:carrier</a>, object property in NMDeviceOvs +NMDeviceBridge:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBridge.html#NMDeviceBridge--hw-address">NMDeviceBridge:hw-address</a>, object property in NMDeviceOvs +NMDeviceBridge:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBridge.html#NMDeviceBridge--slaves">NMDeviceBridge:slaves</a>, object property in NMDeviceOvs +NMDeviceBridge:slaves, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBt.html#NMDeviceBt-struct">NMDeviceBt</a>, struct in NMDeviceOvs +NMDeviceBt, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBt.html#NMDeviceBt--bt-capabilities">NMDeviceBt:bt-capabilities</a>, object property in NMDeviceOvs +NMDeviceBt:bt-capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBt.html#NMDeviceBt--hw-address">NMDeviceBt:hw-address</a>, object property in NMDeviceOvs +NMDeviceBt:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceBt.html#NMDeviceBt--name">NMDeviceBt:name</a>, object property in NMDeviceOvs +NMDeviceBt:name, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -741,11 +741,11 @@ NMDeviceClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPConfi </dt> <dd></dd> <dt> -<a href="NMDeviceDummy.html#NMDeviceDummy-struct">NMDeviceDummy</a>, struct in NMDeviceOvs +NMDeviceDummy, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceDummy.html#NMDeviceDummy--hw-address">NMDeviceDummy:hw-address</a>, object property in NMDeviceOvs +NMDeviceDummy:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -753,51 +753,51 @@ NMDeviceClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPConfi </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet-struct">NMDeviceEthernet</a>, struct in NMDeviceOvs +NMDeviceEthernet, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet--carrier">NMDeviceEthernet:carrier</a>, object property in NMDeviceOvs +NMDeviceEthernet:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet--hw-address">NMDeviceEthernet:hw-address</a>, object property in NMDeviceOvs +NMDeviceEthernet:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address">NMDeviceEthernet:perm-hw-address</a>, object property in NMDeviceOvs +NMDeviceEthernet:perm-hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet--s390-subchannels">NMDeviceEthernet:s390-subchannels</a>, object property in NMDeviceOvs +NMDeviceEthernet:s390-subchannels, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceEthernet.html#NMDeviceEthernet--speed">NMDeviceEthernet:speed</a>, object property in NMDeviceOvs +NMDeviceEthernet:speed, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceGeneric.html#NMDeviceGeneric-struct">NMDeviceGeneric</a>, struct in NMDeviceOvs +NMDeviceGeneric, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceGeneric.html#NMDeviceGeneric--hw-address">NMDeviceGeneric:hw-address</a>, object property in NMDeviceOvs +NMDeviceGeneric:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceGeneric.html#NMDeviceGeneric--type-description">NMDeviceGeneric:type-description</a>, object property in NMDeviceOvs +NMDeviceGeneric:type-description, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceInfiniband.html#NMDeviceInfiniband-struct">NMDeviceInfiniband</a>, struct in NMDeviceOvs +NMDeviceInfiniband, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceInfiniband.html#NMDeviceInfiniband--carrier">NMDeviceInfiniband:carrier</a>, object property in NMDeviceOvs +NMDeviceInfiniband:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceInfiniband.html#NMDeviceInfiniband--hw-address">NMDeviceInfiniband:hw-address</a>, object property in NMDeviceOvs +NMDeviceInfiniband:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -805,143 +805,143 @@ NMDeviceClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPConfi </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel-struct">NMDeviceIPTunnel</a>, struct in NMDeviceOvs +NMDeviceIPTunnel, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--encapsulation-limit">NMDeviceIPTunnel:encapsulation-limit</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--flags">NMDeviceIPTunnel:flags</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--flow-label">NMDeviceIPTunnel:flow-label</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:flow-label, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--input-key">NMDeviceIPTunnel:input-key</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:input-key, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--local">NMDeviceIPTunnel:local</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:local, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--mode">NMDeviceIPTunnel:mode</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--output-key">NMDeviceIPTunnel:output-key</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:output-key, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--parent">NMDeviceIPTunnel:parent</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--path-mtu-discovery">NMDeviceIPTunnel:path-mtu-discovery</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--remote">NMDeviceIPTunnel:remote</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:remote, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--tos">NMDeviceIPTunnel:tos</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:tos, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--ttl">NMDeviceIPTunnel:ttl</a>, object property in NMDeviceOvs +NMDeviceIPTunnel:ttl, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec-struct">NMDeviceMacsec</a>, struct in NMDeviceOvs +NMDeviceMacsec, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--cipher-suite">NMDeviceMacsec:cipher-suite</a>, object property in NMDeviceOvs +NMDeviceMacsec:cipher-suite, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--encoding-sa">NMDeviceMacsec:encoding-sa</a>, object property in NMDeviceOvs +NMDeviceMacsec:encoding-sa, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--encrypt">NMDeviceMacsec:encrypt</a>, object property in NMDeviceOvs +NMDeviceMacsec:encrypt, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--es">NMDeviceMacsec:es</a>, object property in NMDeviceOvs +NMDeviceMacsec:es, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--hw-address">NMDeviceMacsec:hw-address</a>, object property in NMDeviceOvs +NMDeviceMacsec:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--icv-length">NMDeviceMacsec:icv-length</a>, object property in NMDeviceOvs +NMDeviceMacsec:icv-length, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--include-sci">NMDeviceMacsec:include-sci</a>, object property in NMDeviceOvs +NMDeviceMacsec:include-sci, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--parent">NMDeviceMacsec:parent</a>, object property in NMDeviceOvs +NMDeviceMacsec:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--protect">NMDeviceMacsec:protect</a>, object property in NMDeviceOvs +NMDeviceMacsec:protect, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--replay-protect">NMDeviceMacsec:replay-protect</a>, object property in NMDeviceOvs +NMDeviceMacsec:replay-protect, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--scb">NMDeviceMacsec:scb</a>, object property in NMDeviceOvs +NMDeviceMacsec:scb, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--sci">NMDeviceMacsec:sci</a>, object property in NMDeviceOvs +NMDeviceMacsec:sci, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--validation">NMDeviceMacsec:validation</a>, object property in NMDeviceOvs +NMDeviceMacsec:validation, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacsec.html#NMDeviceMacsec--window">NMDeviceMacsec:window</a>, object property in NMDeviceOvs +NMDeviceMacsec:window, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan-struct">NMDeviceMacvlan</a>, struct in NMDeviceOvs +NMDeviceMacvlan, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--hw-address">NMDeviceMacvlan:hw-address</a>, object property in NMDeviceOvs +NMDeviceMacvlan:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--mode">NMDeviceMacvlan:mode</a>, object property in NMDeviceOvs +NMDeviceMacvlan:mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--no-promisc">NMDeviceMacvlan:no-promisc</a>, object property in NMDeviceOvs +NMDeviceMacvlan:no-promisc, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--parent">NMDeviceMacvlan:parent</a>, object property in NMDeviceOvs +NMDeviceMacvlan:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--tap">NMDeviceMacvlan:tap</a>, object property in NMDeviceOvs +NMDeviceMacvlan:tap, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceModem.html#NMDeviceModem-struct">NMDeviceModem</a>, struct in NMDeviceOvs +NMDeviceModem, struct in NMDeviceOvs </dt> <dd></dd> <dt> @@ -949,7 +949,7 @@ NMDeviceModem:apn, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceModem.html#NMDeviceModem--current-capabilities">NMDeviceModem:current-capabilities</a>, object property in NMDeviceOvs +NMDeviceModem:current-capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -957,7 +957,7 @@ NMDeviceModem:device-id, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceModem.html#NMDeviceModem--modem-capabilities">NMDeviceModem:modem-capabilities</a>, object property in NMDeviceOvs +NMDeviceModem:modem-capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -969,19 +969,19 @@ NMDeviceModem:operator-code, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh-struct">NMDeviceOlpcMesh</a>, struct in NMDeviceOvs +NMDeviceOlpcMesh, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--active-channel">NMDeviceOlpcMesh:active-channel</a>, object property in NMDeviceOvs +NMDeviceOlpcMesh:active-channel, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--companion">NMDeviceOlpcMesh:companion</a>, object property in NMDeviceOvs +NMDeviceOlpcMesh:companion, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--hw-address">NMDeviceOlpcMesh:hw-address</a>, object property in NMDeviceOvs +NMDeviceOlpcMesh:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1017,55 +1017,55 @@ NMDevicePpp, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTeam.html#NMDeviceTeam-struct">NMDeviceTeam</a>, struct in NMDeviceOvs +NMDeviceTeam, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTeam.html#NMDeviceTeam--carrier">NMDeviceTeam:carrier</a>, object property in NMDeviceOvs +NMDeviceTeam:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTeam.html#NMDeviceTeam--config">NMDeviceTeam:config</a>, object property in NMDeviceOvs +NMDeviceTeam:config, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTeam.html#NMDeviceTeam--hw-address">NMDeviceTeam:hw-address</a>, object property in NMDeviceOvs +NMDeviceTeam:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTeam.html#NMDeviceTeam--slaves">NMDeviceTeam:slaves</a>, object property in NMDeviceOvs +NMDeviceTeam:slaves, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun-struct">NMDeviceTun</a>, struct in NMDeviceOvs +NMDeviceTun, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--group">NMDeviceTun:group</a>, object property in NMDeviceOvs +NMDeviceTun:group, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--hw-address">NMDeviceTun:hw-address</a>, object property in NMDeviceOvs +NMDeviceTun:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--mode">NMDeviceTun:mode</a>, object property in NMDeviceOvs +NMDeviceTun:mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--multi-queue">NMDeviceTun:multi-queue</a>, object property in NMDeviceOvs +NMDeviceTun:multi-queue, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--no-pi">NMDeviceTun:no-pi</a>, object property in NMDeviceOvs +NMDeviceTun:no-pi, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--owner">NMDeviceTun:owner</a>, object property in NMDeviceOvs +NMDeviceTun:owner, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceTun.html#NMDeviceTun--vnet-hdr">NMDeviceTun:vnet-hdr</a>, object property in NMDeviceOvs +NMDeviceTun:vnet-hdr, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1073,143 +1073,143 @@ NMDevicePpp, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVlan.html#NMDeviceVlan-struct">NMDeviceVlan</a>, struct in NMDeviceOvs +NMDeviceVlan, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVlan.html#NMDeviceVlan--carrier">NMDeviceVlan:carrier</a>, object property in NMDeviceOvs +NMDeviceVlan:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVlan.html#NMDeviceVlan--hw-address">NMDeviceVlan:hw-address</a>, object property in NMDeviceOvs +NMDeviceVlan:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVlan.html#NMDeviceVlan--parent">NMDeviceVlan:parent</a>, object property in NMDeviceOvs +NMDeviceVlan:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVlan.html#NMDeviceVlan--vlan-id">NMDeviceVlan:vlan-id</a>, object property in NMDeviceOvs +NMDeviceVlan:vlan-id, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan-struct">NMDeviceVxlan</a>, struct in NMDeviceOvs +NMDeviceVxlan, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--ageing">NMDeviceVxlan:ageing</a>, object property in NMDeviceOvs +NMDeviceVxlan:ageing, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--carrier">NMDeviceVxlan:carrier</a>, object property in NMDeviceOvs +NMDeviceVxlan:carrier, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--dst-port">NMDeviceVxlan:dst-port</a>, object property in NMDeviceOvs +NMDeviceVxlan:dst-port, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--group">NMDeviceVxlan:group</a>, object property in NMDeviceOvs +NMDeviceVxlan:group, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--hw-address">NMDeviceVxlan:hw-address</a>, object property in NMDeviceOvs +NMDeviceVxlan:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--id">NMDeviceVxlan:id</a>, object property in NMDeviceOvs +NMDeviceVxlan:id, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--l2miss">NMDeviceVxlan:l2miss</a>, object property in NMDeviceOvs +NMDeviceVxlan:l2miss, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--l3miss">NMDeviceVxlan:l3miss</a>, object property in NMDeviceOvs +NMDeviceVxlan:l3miss, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--learning">NMDeviceVxlan:learning</a>, object property in NMDeviceOvs +NMDeviceVxlan:learning, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--limit">NMDeviceVxlan:limit</a>, object property in NMDeviceOvs +NMDeviceVxlan:limit, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--local">NMDeviceVxlan:local</a>, object property in NMDeviceOvs +NMDeviceVxlan:local, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--parent">NMDeviceVxlan:parent</a>, object property in NMDeviceOvs +NMDeviceVxlan:parent, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--proxy">NMDeviceVxlan:proxy</a>, object property in NMDeviceOvs +NMDeviceVxlan:proxy, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--rsc">NMDeviceVxlan:rsc</a>, object property in NMDeviceOvs +NMDeviceVxlan:rsc, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--src-port-max">NMDeviceVxlan:src-port-max</a>, object property in NMDeviceOvs +NMDeviceVxlan:src-port-max, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--src-port-min">NMDeviceVxlan:src-port-min</a>, object property in NMDeviceOvs +NMDeviceVxlan:src-port-min, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--tos">NMDeviceVxlan:tos</a>, object property in NMDeviceOvs +NMDeviceVxlan:tos, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceVxlan.html#NMDeviceVxlan--ttl">NMDeviceVxlan:ttl</a>, object property in NMDeviceOvs +NMDeviceVxlan:ttl, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi-struct">NMDeviceWifi</a>, struct in NMDeviceOvs +NMDeviceWifi, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi-access-point-added">NMDeviceWifi::access-point-added</a>, object signal in NMDeviceOvs +NMDeviceWifi::access-point-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi-access-point-removed">NMDeviceWifi::access-point-removed</a>, object signal in NMDeviceOvs +NMDeviceWifi::access-point-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--access-points">NMDeviceWifi:access-points</a>, object property in NMDeviceOvs +NMDeviceWifi:access-points, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--active-access-point">NMDeviceWifi:active-access-point</a>, object property in NMDeviceOvs +NMDeviceWifi:active-access-point, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--bitrate">NMDeviceWifi:bitrate</a>, object property in NMDeviceOvs +NMDeviceWifi:bitrate, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--hw-address">NMDeviceWifi:hw-address</a>, object property in NMDeviceOvs +NMDeviceWifi:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--last-scan">NMDeviceWifi:last-scan</a>, object property in NMDeviceOvs +NMDeviceWifi:last-scan, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--mode">NMDeviceWifi:mode</a>, object property in NMDeviceOvs +NMDeviceWifi:mode, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address">NMDeviceWifi:perm-hw-address</a>, object property in NMDeviceOvs +NMDeviceWifi:perm-hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities">NMDeviceWifi:wireless-capabilities</a>, object property in NMDeviceOvs +NMDeviceWifi:wireless-capabilities, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1237,47 +1237,47 @@ NMDeviceWifiP2P:peers, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax-struct">NMDeviceWimax</a>, struct in NMDeviceOvs +NMDeviceWimax, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax-nsp-added">NMDeviceWimax::nsp-added</a>, object signal in NMDeviceOvs +NMDeviceWimax::nsp-added, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax-nsp-removed">NMDeviceWimax::nsp-removed</a>, object signal in NMDeviceOvs +NMDeviceWimax::nsp-removed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--active-nsp">NMDeviceWimax:active-nsp</a>, object property in NMDeviceOvs +NMDeviceWimax:active-nsp, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--bsid">NMDeviceWimax:bsid</a>, object property in NMDeviceOvs +NMDeviceWimax:bsid, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--center-frequency">NMDeviceWimax:center-frequency</a>, object property in NMDeviceOvs +NMDeviceWimax:center-frequency, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--cinr">NMDeviceWimax:cinr</a>, object property in NMDeviceOvs +NMDeviceWimax:cinr, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--hw-address">NMDeviceWimax:hw-address</a>, object property in NMDeviceOvs +NMDeviceWimax:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--nsps">NMDeviceWimax:nsps</a>, object property in NMDeviceOvs +NMDeviceWimax:nsps, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--rssi">NMDeviceWimax:rssi</a>, object property in NMDeviceOvs +NMDeviceWimax:rssi, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDeviceWimax.html#NMDeviceWimax--tx-power">NMDeviceWimax:tx-power</a>, object property in NMDeviceOvs +NMDeviceWimax:tx-power, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1305,15 +1305,15 @@ NMDeviceWpan:hw-address, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDhcpConfig.html#NMDhcpConfig-struct">NMDhcpConfig</a>, struct in NMDeviceOvs +NMDhcpConfig, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDhcpConfig.html#NMDhcpConfig--family">NMDhcpConfig:family</a>, object property in NMDeviceOvs +NMDhcpConfig:family, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMDhcpConfig.html#NMDhcpConfig--options">NMDhcpConfig:options</a>, object property in NMDeviceOvs +NMDhcpConfig:options, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1329,39 +1329,39 @@ NMDhcpConfigClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPC </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig-struct">NMIPConfig</a>, struct in NMDeviceOvs +NMIPConfig, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--addresses">NMIPConfig:addresses</a>, object property in NMDeviceOvs +NMIPConfig:addresses, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--domains">NMIPConfig:domains</a>, object property in NMDeviceOvs +NMIPConfig:domains, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--family">NMIPConfig:family</a>, object property in NMDeviceOvs +NMIPConfig:family, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--gateway">NMIPConfig:gateway</a>, object property in NMDeviceOvs +NMIPConfig:gateway, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--nameservers">NMIPConfig:nameservers</a>, object property in NMDeviceOvs +NMIPConfig:nameservers, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--routes">NMIPConfig:routes</a>, object property in NMDeviceOvs +NMIPConfig:routes, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--searches">NMIPConfig:searches</a>, object property in NMDeviceOvs +NMIPConfig:searches, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMIPConfig.html#NMIPConfig--wins-servers">NMIPConfig:wins-servers</a>, object property in NMDeviceOvs +NMIPConfig:wins-servers, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1589,6 +1589,10 @@ nml_dbus_property_o_is_ready, function in <a class="link" href="NMIPConfig.html" </dt> <dd></dd> <dt> +nml_dbus_property_o_is_ready_fully, function in <a class="link" href="NMIPConfig.html" title="NMIPConfig">NMIPConfig</a> +</dt> +<dd></dd> +<dt> nml_dbus_property_o_notify_changed_many, function in <a class="link" href="NMIPConfig.html" title="NMIPConfig">NMIPConfig</a> </dt> <dd></dd> @@ -1625,11 +1629,11 @@ NML_NMCLIENT_LOG_W, macro in <a class="link" href="NMIPConfig.html" title="NMIPC </dt> <dd></dd> <dt> -<a href="NMObject.html#NMObject-struct">NMObject</a>, struct in NMDeviceOvs +NMObject, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMObject.html#NMObject--path">NMObject:path</a>, object property in NMDeviceOvs +NMObject:path, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -1649,23 +1653,23 @@ _NMObjectClassFieldInfo, struct in <a class="link" href="NMIPConfig.html" title= </dt> <dd></dd> <dt> -<a href="NMRemoteConnection.html#NMRemoteConnection-struct">NMRemoteConnection</a>, struct in NMDeviceOvs +NMRemoteConnection, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMRemoteConnection.html#NMRemoteConnection--filename">NMRemoteConnection:filename</a>, object property in NMDeviceOvs +NMRemoteConnection:filename, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMRemoteConnection.html#NMRemoteConnection--flags">NMRemoteConnection:flags</a>, object property in NMDeviceOvs +NMRemoteConnection:flags, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMRemoteConnection.html#NMRemoteConnection--unsaved">NMRemoteConnection:unsaved</a>, object property in NMDeviceOvs +NMRemoteConnection:unsaved, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMRemoteConnection.html#NMRemoteConnection--visible">NMRemoteConnection:visible</a>, object property in NMDeviceOvs +NMRemoteConnection:visible, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -2397,6 +2401,10 @@ NMSettingEthtool, struct in NMSettingOvs </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ra-timeout" title="The “ra-timeout” property">NMSettingIP6Config:ra-timeout</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--token" title="The “token” property">NMSettingIP6Config:token</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> </dt> <dd></dd> @@ -3577,27 +3585,27 @@ NMTeamSettingData, struct in nm-team-utils </dt> <dd></dd> <dt> -<a href="NMVpnConnection.html#NMVpnConnection-struct">NMVpnConnection</a>, struct in NMDeviceOvs +NMVpnConnection, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMVpnConnection.html#NMVpnConnection-vpn-state-changed">NMVpnConnection::vpn-state-changed</a>, object signal in NMDeviceOvs +NMVpnConnection::vpn-state-changed, object signal in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMVpnConnection.html#NMVpnConnection--banner">NMVpnConnection:banner</a>, object property in NMDeviceOvs +NMVpnConnection:banner, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMVpnConnection.html#NMVpnConnection--vpn-state">NMVpnConnection:vpn-state</a>, object property in NMDeviceOvs +NMVpnConnection:vpn-state, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionState">NMVpnConnectionState</a>, enum in nm-vpn-dbus-interface +NMVpnConnectionState, enum in nm-vpn-dbus-interface </dt> <dd></dd> <dt> -<a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionStateReason">NMVpnConnectionStateReason</a>, enum in nm-vpn-dbus-interface +NMVpnConnectionStateReason, enum in nm-vpn-dbus-interface </dt> <dd></dd> <dt> @@ -3649,7 +3657,7 @@ NMTeamSettingData, struct in nm-team-utils </dt> <dd></dd> <dt> -<a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnPluginFailure">NMVpnPluginFailure</a>, enum in nm-vpn-dbus-interface +NMVpnPluginFailure, enum in nm-vpn-dbus-interface </dt> <dd></dd> <dt> @@ -3657,7 +3665,7 @@ NMTeamSettingData, struct in nm-team-utils </dt> <dd></dd> <dt> -<a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnServiceState">NMVpnServiceState</a>, enum in nm-vpn-dbus-interface +NMVpnServiceState, enum in nm-vpn-dbus-interface </dt> <dd></dd> <dt> @@ -3709,19 +3717,19 @@ NMWifiP2PPeer:wfd-ies, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMWimaxNsp.html#NMWimaxNsp-struct">NMWimaxNsp</a>, struct in NMDeviceOvs +NMWimaxNsp, struct in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMWimaxNsp.html#NMWimaxNsp--name">NMWimaxNsp:name</a>, object property in NMDeviceOvs +NMWimaxNsp:name, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMWimaxNsp.html#NMWimaxNsp--network-type">NMWimaxNsp:network-type</a>, object property in NMDeviceOvs +NMWimaxNsp:network-type, object property in NMDeviceOvs </dt> <dd></dd> <dt> -<a href="NMWimaxNsp.html#NMWimaxNsp--signal-quality">NMWimaxNsp:signal-quality</a>, object property in NMDeviceOvs +NMWimaxNsp:signal-quality, object property in NMDeviceOvs </dt> <dd></dd> <dt> @@ -4013,6 +4021,10 @@ nm_auto_unref_nml_dbusobj, macro in <a class="link" href="NMIPConfig.html" title </dt> <dd></dd> <dt> +<a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-22-8:CAPS" title="NM_AVAILABLE_IN_1_22_8">NM_AVAILABLE_IN_1_22_8</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> +</dt> +<dd></dd> +<dt> <a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-4:CAPS" title="NM_AVAILABLE_IN_1_4">NM_AVAILABLE_IN_1_4</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> </dt> <dd></dd> @@ -9577,6 +9589,10 @@ nm_permission_to_client, function in <a class="link" href="NMIPConfig.html" titl </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ra-timeout" title="nm_setting_ip6_config_get_ra_timeout ()">nm_setting_ip6_config_get_ra_timeout</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-token" title="nm_setting_ip6_config_get_token ()">nm_setting_ip6_config_get_token</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> </dt> <dd></dd> @@ -9617,6 +9633,10 @@ nm_permission_to_client, function in <a class="link" href="NMIPConfig.html" titl </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-RA-TIMEOUT:CAPS" title="NM_SETTING_IP6_CONFIG_RA_TIMEOUT">NM_SETTING_IP6_CONFIG_RA_TIMEOUT</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" title="NM_SETTING_IP6_CONFIG_SETTING_NAME">NM_SETTING_IP6_CONFIG_SETTING_NAME</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> </dt> <dd></dd> diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index f3478dca..93d2fef9 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm 1.22.4 + for libnm 1.22.8 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm/stable/" target="_top">https://developer.gnome.org/libnm/stable/</a>. diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 3178fbde..d596b86e 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -254,6 +254,10 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-22-2:CAPS" title="NM_AVAILABLE_IN_1_22_2">NM_AVAILABLE_IN_1_22_2</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-22-8:CAPS" title="NM_AVAILABLE_IN_1_22_8">NM_AVAILABLE_IN_1_22_8</a></td> +</tr> </tbody> </table></div> </div> @@ -524,6 +528,12 @@ <pre class="programlisting"># define NM_AVAILABLE_IN_1_22_2 G_UNAVAILABLE(1,22.2) </pre> </div> +<hr> +<div class="refsect2"> +<a name="NM-AVAILABLE-IN-1-22-8:CAPS"></a><h3>NM_AVAILABLE_IN_1_22_8</h3> +<pre class="programlisting"># define NM_AVAILABLE_IN_1_22_8 G_UNAVAILABLE(1,22.8) +</pre> +</div> </div> </div> <div class="footer"> diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index d215c6c5..2313c69b 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -1206,11 +1206,13 @@ <keyword type="function" name="nm_setting_ip6_config_get_addr_gen_mode ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-addr-gen-mode" since="1.2"/> <keyword type="function" name="nm_setting_ip6_config_get_token ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-token" since="1.4"/> <keyword type="function" name="nm_setting_ip6_config_get_dhcp_duid ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-dhcp-duid" since="1.12"/> + <keyword type="function" name="nm_setting_ip6_config_get_ra_timeout ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-ra-timeout" since="1.24, 1.22.8"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_SETTING_NAME" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_IP6_PRIVACY" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_TOKEN" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-TOKEN:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_DHCP_DUID" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DHCP-DUID:CAPS"/> + <keyword type="macro" name="NM_SETTING_IP6_CONFIG_RA_TIMEOUT" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-RA-TIMEOUT:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_IGNORE" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_AUTO" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_DHCP" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"/> @@ -1224,6 +1226,7 @@ <keyword type="property" name="The “addr-gen-mode” property" link="NMSettingIP6Config.html#NMSettingIP6Config--addr-gen-mode"/> <keyword type="property" name="The “dhcp-duid” property" link="NMSettingIP6Config.html#NMSettingIP6Config--dhcp-duid"/> <keyword type="property" name="The “ip6-privacy” property" link="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"/> + <keyword type="property" name="The “ra-timeout” property" link="NMSettingIP6Config.html#NMSettingIP6Config--ra-timeout"/> <keyword type="property" name="The “token” property" link="NMSettingIP6Config.html#NMSettingIP6Config--token"/> <keyword type="function" name="nm_ip_address_new ()" link="NMSettingIPConfig.html#nm-ip-address-new"/> <keyword type="function" name="nm_ip_address_new_binary ()" link="NMSettingIPConfig.html#nm-ip-address-new-binary"/> @@ -2936,6 +2939,7 @@ <keyword type="macro" name="NM_AVAILABLE_IN_1_22" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-22:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_1_22_2" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-2:CAPS"/> <keyword type="macro" name="NM_AVAILABLE_IN_1_22_2" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-22-2:CAPS"/> + <keyword type="macro" name="NM_AVAILABLE_IN_1_22_8" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-22-8:CAPS"/> <keyword type="macro" name="NM_VPN_SERVICE_PLUGIN_DBUS_SERVICE_NAME" link="libnm-nm-vpn-service-plugin.html#NM-VPN-SERVICE-PLUGIN-DBUS-SERVICE-NAME:CAPS"/> <keyword type="macro" name="NM_VPN_SERVICE_PLUGIN_DBUS_WATCH_PEER" link="libnm-nm-vpn-service-plugin.html#NM-VPN-SERVICE-PLUGIN-DBUS-WATCH-PEER:CAPS"/> <keyword type="macro" name="NM_VPN_SERVICE_PLUGIN_STATE" link="libnm-nm-vpn-service-plugin.html#NM-VPN-SERVICE-PLUGIN-STATE:CAPS"/> diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index a08c3b8a..c2a6c21e 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -196,10 +196,10 @@ <span class="lineart">├──</span> <a class="link" href="libnm-nm-dbus-interface.html#NMTernary" title="enum NMTernary">NMTernary</a> <span class="lineart">├──</span> <a class="link" href="libnm-nm-utils.html#NMUtilsSecurityType" title="enum NMUtilsSecurityType">NMUtilsSecurityType</a> <span class="lineart">├──</span> <a class="link" href="NMSettingVlan.html#NMVlanPriorityMap" title="enum NMVlanPriorityMap">NMVlanPriorityMap</a> - <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionState">NMVpnConnectionState</a> - <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionStateReason">NMVpnConnectionStateReason</a> - <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnPluginFailure">NMVpnPluginFailure</a> - <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html#NMVpnServiceState">NMVpnServiceState</a> + <span class="lineart">├──</span> NMVpnConnectionState + <span class="lineart">├──</span> NMVpnConnectionStateReason + <span class="lineart">├──</span> NMVpnPluginFailure + <span class="lineart">├──</span> NMVpnServiceState <span class="lineart">├──</span> <a class="link" href="NMSettingWirelessSecurity.html#NMWepKeyType" title="enum NMWepKeyType">NMWepKeyType</a> <span class="lineart">╰──</span> <a class="link" href="libnm-nm-dbus-interface.html#NMWimaxNspNetworkType" title="enum NMWimaxNspNetworkType">NMWimaxNspNetworkType</a> <a href="/usr/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 97924be9..73d434ae 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@ </p> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c</code></strong> <code class="prompt">$ </code><strong class="userinput"><code>./hello-nm</code></strong> - NetworkManager version: 1.22.4 + NetworkManager version: 1.22.8 <code class="prompt">$ </code></pre> <p> diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index 8760e3c1..bdad6694 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -1516,6 +1516,7 @@ NMLDBusPropertVTableO NMLDBusPropertyO nml_dbus_property_o_get_obj nml_dbus_property_o_is_ready +nml_dbus_property_o_is_ready_fully nml_dbus_property_o_clear nml_dbus_property_o_clear_many nml_dbus_property_o_notify_changed_many @@ -2703,6 +2704,7 @@ NM_SETTING_IP6_CONFIG_IP6_PRIVACY NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE NM_SETTING_IP6_CONFIG_TOKEN NM_SETTING_IP6_CONFIG_DHCP_DUID +NM_SETTING_IP6_CONFIG_RA_TIMEOUT NM_SETTING_IP6_CONFIG_METHOD_IGNORE NM_SETTING_IP6_CONFIG_METHOD_AUTO NM_SETTING_IP6_CONFIG_METHOD_DHCP @@ -2718,6 +2720,7 @@ nm_setting_ip6_config_get_ip6_privacy nm_setting_ip6_config_get_addr_gen_mode nm_setting_ip6_config_get_token nm_setting_ip6_config_get_dhcp_duid +nm_setting_ip6_config_get_ra_timeout <SUBSECTION Standard> NMSettingIP6ConfigClass NM_IS_SETTING_IP6_CONFIG @@ -4062,6 +4065,7 @@ NM_AVAILABLE_IN_1_22 NM_DEPRECATED_IN_1_22_2 NM_DEPRECATED_IN_1_22_2_FOR NM_AVAILABLE_IN_1_22_2 +NM_AVAILABLE_IN_1_22_8 </SECTION> <SECTION> diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index 2a0ba77c..229a27c6 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.22.4 +1.22.8 |