about summary refs log tree commit diff
path: root/docs/libnm/html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-12-26 06:49:35 +0100
committerMichael Biebl <biebl@debian.org>2019-12-26 06:49:35 +0100
commit724bcc5c7be3aed3646ed2b2989c34d438217176 (patch)
treee46ca78149b3517bc5ebc9fd31d6d9d11a6561b6 /docs/libnm/html
parent28028b26b3371756811e95d894f709f4b1207c00 (diff)
New upstream version 1.22.2 upstream/1.22.2
Diffstat (limited to 'docs/libnm/html')
-rw-r--r--docs/libnm/html/NMActiveConnection.html4
-rw-r--r--docs/libnm/html/NMClient.html72
-rw-r--r--docs/libnm/html/NMDevice.html8
-rw-r--r--docs/libnm/html/NMDeviceBond.html2
-rw-r--r--docs/libnm/html/NMDeviceBridge.html2
-rw-r--r--docs/libnm/html/NMDeviceOvsBridge.html2
-rw-r--r--docs/libnm/html/NMDeviceOvsPort.html2
-rw-r--r--docs/libnm/html/NMDeviceTeam.html2
-rw-r--r--docs/libnm/html/NMDeviceWifi.html2
-rw-r--r--docs/libnm/html/NMDeviceWimax.html2
-rw-r--r--docs/libnm/html/NMSettingSriov.html2
-rw-r--r--docs/libnm/html/api-index-full.html530
-rw-r--r--docs/libnm/html/index.html2
-rw-r--r--docs/libnm/html/libnm-nm-dbus-interface.html17
-rw-r--r--docs/libnm/html/libnm-nm-version.html32
-rw-r--r--docs/libnm/html/libnm.devhelp26
-rw-r--r--docs/libnm/html/usage.html2
17 files changed, 410 insertions, 279 deletions
diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html
index 195132f0..6e43e916 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 <span class="type">NMDevices</span> used for the active connections.</p>
+<p>Gets the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> 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 <span class="type">NMDevices</span>.
+<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>.
 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 5c2feab2..4135defd 100644
--- a/docs/libnm/html/NMClient.html
+++ b/docs/libnm/html/NMClient.html
@@ -196,6 +196,13 @@
 </td>
 </tr>
 <tr>
+<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> *
+</td>
+<td class="function_name">
+<a class="link" href="NMClient.html#nm-client-get-capabilities" title="nm_client_get_capabilities ()">nm_client_get_capabilities</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#gboolean"><span class="returnvalue">gboolean</span></a>
 </td>
@@ -863,6 +870,10 @@
 </tr>
 <tr>
 <td class="define_keyword">#define</td>
+<td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-CAPABILITIES:CAPS" title="NM_CLIENT_CAPABILITIES">NM_CLIENT_CAPABILITIES</a></td>
+</tr>
+<tr>
+<td class="define_keyword">#define</td>
 <td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-DEVICE-ADDED:CAPS" title="NM_CLIENT_DEVICE_ADDED">NM_CLIENT_DEVICE_ADDED</a></td>
 </tr>
 <tr>
@@ -1509,6 +1520,47 @@ nm_client_networking_get_enabled (<em class="parameter"><code><a class="link" hr
 </div>
 <hr>
 <div class="refsect2">
+<a name="nm-client-get-capabilities"></a><h3>nm_client_get_capabilities ()</h3>
+<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> *
+nm_client_get_capabilities (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
+                            <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
+<div class="refsect3">
+<a name="nm-client-get-capabilities.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>client</p></td>
+<td class="parameter_description"><p>the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> instance</p></td>
+<td class="parameter_annotations"> </td>
+</tr>
+<tr>
+<td class="parameter_name"><p>length</p></td>
+<td class="parameter_description"><p>the number of returned capabilities. </p></td>
+<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<div class="refsect3">
+<a name="nm-client-get-capabilities.returns"></a><h4>Returns</h4>
+<p>the
+list of capabilities reported by the server or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
+if the capabilities are unknown.
+The numeric values correspond to <a class="link" href="libnm-nm-dbus-interface.html#NMCapability" title="enum NMCapability"><span class="type">NMCapability</span></a> enum.
+The array is terminated by a numeric zero sentinel
+at position <em class="parameter"><code>length</code></em>
+. </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="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
+</div>
+<p class="since">Since: 1.24, 1.22.2</p>
+</div>
+<hr>
+<div class="refsect2">
 <a name="nm-client-networking-set-enabled"></a><h3>nm_client_networking_set_enabled ()</h3>
 <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
 nm_client_networking_set_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>,
@@ -2411,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 <span class="type">NMDevices</span>.  The returned array is owned by the
+containing all the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a>.  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>
@@ -2447,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 <span class="type">NMDevices</span>.  The returned array is owned by the
+containing all the <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a>.  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>
@@ -2549,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 <span class="type">NMActiveConnections</span>.
+containing all the active <a href="NMActiveConnection.html#NMActiveConnection-struct"><span class="type">NMActiveConnections</span></a>.
 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>
@@ -2597,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
-<span class="type">“primary-connection”</span> upon successful activation.</p>
+<a href="NMClient.html#NMClient--primary-connection"><span class="type">“primary-connection”</span></a> 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">
@@ -2647,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, <span class="type">“state”</span>) to
+<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
 track the activation to its completion.</p>
 <div class="refsect3">
 <a name="nm-client-activate-connection-async.parameters"></a><h4>Parameters</h4>
@@ -2767,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, <span class="type">“state”</span>) to
+<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
 track the activation to its completion.</p>
 <div class="refsect3">
 <a name="nm-client-add-and-activate-connection-async.parameters"></a><h4>Parameters</h4>
@@ -2896,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, <span class="type">“state”</span>) to
+<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
 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>
@@ -4675,6 +4727,12 @@ nm_client_reload_finish (<em class="parameter"><code><a class="link" href="NMCli
 </div>
 <hr>
 <div class="refsect2">
+<a name="NM-CLIENT-CAPABILITIES:CAPS"></a><h3>NM_CLIENT_CAPABILITIES</h3>
+<pre class="programlisting">#define NM_CLIENT_CAPABILITIES "capabilities"
+</pre>
+</div>
+<hr>
+<div class="refsect2">
 <a name="NM-CLIENT-DEVICE-ADDED:CAPS"></a><h3>NM_CLIENT_DEVICE_ADDED</h3>
 <pre class="programlisting">#define NM_CLIENT_DEVICE_ADDED "device-added"
 </pre>
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html
index b6d0f9c5..2ae56a87 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 <span class="type">NMRemoteConnections</span> currently known to the daemon that could
+<p>Gets the <a href="NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a> 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 <span class="type">NMRemoteConnections</span>. This is the internal copy used by
+containing <a href="NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a>. 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 <span class="type">NMDevices</span> are actually just different virtual
+seemingly-unrelated <a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> 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
-<span class="type">“available-connections”</span> was activated.</p>
+<a href="NMDevice.html#NMDevice--available-connections"><span class="type">“available-connections”</span></a> 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 7bd7b1db..a2b16f14 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
-<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em>
+<a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
 copy used by the device, and must not be modified. </p>
 <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 67bb6aed..dadf1c8d 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
-<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em>
+<a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
 copy used by the device, and must not be modified. </p>
 <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 031f25c6..60a2cfe3 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
-<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em>
+<a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
 copy used by the device, and must not be modified. </p>
 <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 37570652..01ff2196 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
-<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em>
+<a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
 copy used by the device, and must not be modified. </p>
 <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 e343f053..c6a38139 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
-<span class="type">NMDevices</span> that are slaves of <em class="parameter"><code>device</code></em>
+<a href="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em>
 . This is the internal
 copy used by the device, and must not be modified. </p>
 <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 f4bc9913..c6990839 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 <span class="type">NMAccessPoints</span>.
+scanned <a href="NMAccessPoint.html#NMAccessPoint-struct"><span class="type">NMAccessPoints</span></a>.
 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 57326e3b..4b61bd34 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 <span class="type">NMWimaxNsps</span>.
+all the scanned <a href="NMWimaxNsp.html#NMWimaxNsp-struct"><span class="type">NMWimaxNsps</span></a>.
 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/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html
index 4aa3448b..01a10425 100644
--- a/docs/libnm/html/NMSettingSriov.html
+++ b/docs/libnm/html/NMSettingSriov.html
@@ -675,7 +675,7 @@ nm_sriov_vf_get_vlan_ids (<em class="parameter"><code>const <a class="link" href
 <div class="refsect3">
 <a name="nm-sriov-vf-get-vlan-ids.returns"></a><h4>Returns</h4>
 <p>a list of VLAN ids configured on the VF. </p>
-<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></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="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
 </div>
 <p class="since">Since: 1.14</p>
 </div>
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html
index 84ba1745..6e5e560c 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>
-NMAccessPoint, struct in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint-struct">NMAccessPoint</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:bssid, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--bssid">NMAccessPoint:bssid</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:flags, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--flags">NMAccessPoint:flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:frequency, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--frequency">NMAccessPoint:frequency</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:hw-address, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--hw-address">NMAccessPoint:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:last-seen, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--last-seen">NMAccessPoint:last-seen</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:max-bitrate, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--max-bitrate">NMAccessPoint:max-bitrate</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:mode, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--mode">NMAccessPoint:mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:rsn-flags, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--rsn-flags">NMAccessPoint:rsn-flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:ssid, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--ssid">NMAccessPoint:ssid</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:strength, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--strength">NMAccessPoint:strength</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMAccessPoint:wpa-flags, object property in NMDeviceOvs
+<a href="NMAccessPoint.html#NMAccessPoint--wpa-flags">NMAccessPoint:wpa-flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -185,75 +185,75 @@ NMAccessPoint:wpa-flags, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection, struct in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection-struct">NMActiveConnection</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection::state-changed, object signal in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection-state-changed">NMActiveConnection::state-changed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:connection, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--connection">NMActiveConnection:connection</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:default, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--default">NMActiveConnection:default</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:default6, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--default6">NMActiveConnection:default6</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:devices, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--devices">NMActiveConnection:devices</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:dhcp4-config, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--dhcp4-config">NMActiveConnection:dhcp4-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:dhcp6-config, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--dhcp6-config">NMActiveConnection:dhcp6-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:id, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--id">NMActiveConnection:id</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:ip4-config, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--ip4-config">NMActiveConnection:ip4-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:ip6-config, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--ip6-config">NMActiveConnection:ip6-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:master, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--master">NMActiveConnection:master</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:specific-object-path, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--specific-object-path">NMActiveConnection:specific-object-path</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:state, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--state">NMActiveConnection:state</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:state-flags, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--state-flags">NMActiveConnection:state-flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:type, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--type">NMActiveConnection:type</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:uuid, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--uuid">NMActiveConnection:uuid</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMActiveConnection:vpn, object property in NMDeviceOvs
+<a href="NMActiveConnection.html#NMActiveConnection--vpn">NMActiveConnection:vpn</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -301,79 +301,83 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient, struct in NMDeviceOvs
+<a href="NMClient.html#NMClient-struct">NMClient</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::active-connection-added, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-active-connection-added">NMClient::active-connection-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::active-connection-removed, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-active-connection-removed">NMClient::active-connection-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::any-device-added, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-any-device-added">NMClient::any-device-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::any-device-removed, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-any-device-removed">NMClient::any-device-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::connection-added, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-connection-added">NMClient::connection-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::connection-removed, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-connection-removed">NMClient::connection-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::device-added, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-device-added">NMClient::device-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::device-removed, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-device-removed">NMClient::device-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient::permission-changed, object signal in NMDeviceOvs
+<a href="NMClient.html#NMClient-permission-changed">NMClient::permission-changed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:activating-connection, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--activating-connection">NMClient:activating-connection</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:active-connections, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--active-connections">NMClient:active-connections</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:all-devices, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--all-devices">NMClient:all-devices</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:can-modify, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--can-modify">NMClient:can-modify</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:checkpoints, object property in NMDeviceOvs
+NMClient:capabilities, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:connections, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--checkpoints">NMClient:checkpoints</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:connectivity, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--connections">NMClient:connections</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:connectivity-check-available, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--connectivity">NMClient:connectivity</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:connectivity-check-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--connectivity-check-available">NMClient:connectivity-check-available</a>, 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
 </dt>
 <dd></dd>
 <dt>
@@ -389,75 +393,75 @@ NMClient:dbus-name-owner, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:devices, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--devices">NMClient:devices</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:dns-configuration, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--dns-configuration">NMClient:dns-configuration</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:dns-mode, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--dns-mode">NMClient:dns-mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:dns-rc-manager, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--dns-rc-manager">NMClient:dns-rc-manager</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:hostname, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--hostname">NMClient:hostname</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:metered, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--metered">NMClient:metered</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:networking-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--networking-enabled">NMClient:networking-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:nm-running, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--nm-running">NMClient:nm-running</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:primary-connection, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--primary-connection">NMClient:primary-connection</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:startup, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--startup">NMClient:startup</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:state, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--state">NMClient:state</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:version, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--version">NMClient:version</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wimax-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wimax-enabled">NMClient:wimax-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wimax-hardware-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wimax-hardware-enabled">NMClient:wimax-hardware-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wireless-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wireless-enabled">NMClient:wireless-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wireless-hardware-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wireless-hardware-enabled">NMClient:wireless-hardware-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wwan-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wwan-enabled">NMClient:wwan-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMClient:wwan-hardware-enabled, object property in NMDeviceOvs
+<a href="NMClient.html#NMClient--wwan-hardware-enabled">NMClient:wwan-hardware-enabled</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -533,7 +537,7 @@ NMConnection::secrets-updated, object signal in NMSettingOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice, struct in NMDeviceOvs
+<a href="NMDevice.html#NMDevice-struct">NMDevice</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -549,55 +553,55 @@ NMDevice6Lowpan:parent, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice::state-changed, object signal in NMDeviceOvs
+<a href="NMDevice.html#NMDevice-state-changed">NMDevice::state-changed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:active-connection, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--active-connection">NMDevice:active-connection</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:autoconnect, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--autoconnect">NMDevice:autoconnect</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:available-connections, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--available-connections">NMDevice:available-connections</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:capabilities, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--capabilities">NMDevice:capabilities</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:device-type, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--device-type">NMDevice:device-type</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:dhcp4-config, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--dhcp4-config">NMDevice:dhcp4-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:dhcp6-config, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--dhcp6-config">NMDevice:dhcp6-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:driver, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--driver">NMDevice:driver</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:driver-version, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--driver-version">NMDevice:driver-version</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:firmware-missing, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--firmware-missing">NMDevice:firmware-missing</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:firmware-version, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--firmware-version">NMDevice:firmware-version</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:interface, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--interface">NMDevice:interface</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -605,127 +609,127 @@ NMDevice:interface-flags, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:ip-interface, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--ip-interface">NMDevice:ip-interface</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:ip4-config, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--ip4-config">NMDevice:ip4-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:ip4-connectivity, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--ip4-connectivity">NMDevice:ip4-connectivity</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:ip6-config, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--ip6-config">NMDevice:ip6-config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:ip6-connectivity, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--ip6-connectivity">NMDevice:ip6-connectivity</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:lldp-neighbors, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--lldp-neighbors">NMDevice:lldp-neighbors</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:managed, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--managed">NMDevice:managed</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:metered, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--metered">NMDevice:metered</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:mtu, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--mtu">NMDevice:mtu</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:nm-plugin-missing, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--nm-plugin-missing">NMDevice:nm-plugin-missing</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:physical-port-id, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--physical-port-id">NMDevice:physical-port-id</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:product, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--product">NMDevice:product</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:real, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--real">NMDevice:real</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:state, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--state">NMDevice:state</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:state-reason, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--state-reason">NMDevice:state-reason</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:udi, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--udi">NMDevice:udi</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDevice:vendor, object property in NMDeviceOvs
+<a href="NMDevice.html#NMDevice--vendor">NMDevice:vendor</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceAdsl, struct in NMDeviceOvs
+<a href="NMDeviceAdsl.html#NMDeviceAdsl-struct">NMDeviceAdsl</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceAdsl:carrier, object property in NMDeviceOvs
+<a href="NMDeviceAdsl.html#NMDeviceAdsl--carrier">NMDeviceAdsl:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBond, struct in NMDeviceOvs
+<a href="NMDeviceBond.html#NMDeviceBond-struct">NMDeviceBond</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBond:carrier, object property in NMDeviceOvs
+<a href="NMDeviceBond.html#NMDeviceBond--carrier">NMDeviceBond:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBond:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceBond.html#NMDeviceBond--hw-address">NMDeviceBond:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBond:slaves, object property in NMDeviceOvs
+<a href="NMDeviceBond.html#NMDeviceBond--slaves">NMDeviceBond:slaves</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBridge, struct in NMDeviceOvs
+<a href="NMDeviceBridge.html#NMDeviceBridge-struct">NMDeviceBridge</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBridge:carrier, object property in NMDeviceOvs
+<a href="NMDeviceBridge.html#NMDeviceBridge--carrier">NMDeviceBridge:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBridge:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceBridge.html#NMDeviceBridge--hw-address">NMDeviceBridge:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBridge:slaves, object property in NMDeviceOvs
+<a href="NMDeviceBridge.html#NMDeviceBridge--slaves">NMDeviceBridge:slaves</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBt, struct in NMDeviceOvs
+<a href="NMDeviceBt.html#NMDeviceBt-struct">NMDeviceBt</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBt:bt-capabilities, object property in NMDeviceOvs
+<a href="NMDeviceBt.html#NMDeviceBt--bt-capabilities">NMDeviceBt:bt-capabilities</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBt:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceBt.html#NMDeviceBt--hw-address">NMDeviceBt:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceBt:name, object property in NMDeviceOvs
+<a href="NMDeviceBt.html#NMDeviceBt--name">NMDeviceBt:name</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -737,11 +741,11 @@ NMDeviceClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPConfi
 </dt>
 <dd></dd>
 <dt>
-NMDeviceDummy, struct in NMDeviceOvs
+<a href="NMDeviceDummy.html#NMDeviceDummy-struct">NMDeviceDummy</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceDummy:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceDummy.html#NMDeviceDummy--hw-address">NMDeviceDummy:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -749,51 +753,51 @@ NMDeviceDummy:hw-address, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet, struct in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet-struct">NMDeviceEthernet</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet:carrier, object property in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet--carrier">NMDeviceEthernet:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet--hw-address">NMDeviceEthernet:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet:perm-hw-address, object property in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address">NMDeviceEthernet:perm-hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet:s390-subchannels, object property in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet--s390-subchannels">NMDeviceEthernet:s390-subchannels</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceEthernet:speed, object property in NMDeviceOvs
+<a href="NMDeviceEthernet.html#NMDeviceEthernet--speed">NMDeviceEthernet:speed</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceGeneric, struct in NMDeviceOvs
+<a href="NMDeviceGeneric.html#NMDeviceGeneric-struct">NMDeviceGeneric</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceGeneric:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceGeneric.html#NMDeviceGeneric--hw-address">NMDeviceGeneric:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceGeneric:type-description, object property in NMDeviceOvs
+<a href="NMDeviceGeneric.html#NMDeviceGeneric--type-description">NMDeviceGeneric:type-description</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceInfiniband, struct in NMDeviceOvs
+<a href="NMDeviceInfiniband.html#NMDeviceInfiniband-struct">NMDeviceInfiniband</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceInfiniband:carrier, object property in NMDeviceOvs
+<a href="NMDeviceInfiniband.html#NMDeviceInfiniband--carrier">NMDeviceInfiniband:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceInfiniband:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceInfiniband.html#NMDeviceInfiniband--hw-address">NMDeviceInfiniband:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -801,143 +805,143 @@ NMDeviceInfiniband:hw-address, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel, struct in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel-struct">NMDeviceIPTunnel</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--encapsulation-limit">NMDeviceIPTunnel:encapsulation-limit</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:flags, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--flags">NMDeviceIPTunnel:flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:flow-label, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--flow-label">NMDeviceIPTunnel:flow-label</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:input-key, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--input-key">NMDeviceIPTunnel:input-key</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:local, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--local">NMDeviceIPTunnel:local</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:mode, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--mode">NMDeviceIPTunnel:mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:output-key, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--output-key">NMDeviceIPTunnel:output-key</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:parent, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--parent">NMDeviceIPTunnel:parent</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--path-mtu-discovery">NMDeviceIPTunnel:path-mtu-discovery</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:remote, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--remote">NMDeviceIPTunnel:remote</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:tos, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--tos">NMDeviceIPTunnel:tos</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceIPTunnel:ttl, object property in NMDeviceOvs
+<a href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--ttl">NMDeviceIPTunnel:ttl</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec, struct in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec-struct">NMDeviceMacsec</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:cipher-suite, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--cipher-suite">NMDeviceMacsec:cipher-suite</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:encoding-sa, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--encoding-sa">NMDeviceMacsec:encoding-sa</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:encrypt, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--encrypt">NMDeviceMacsec:encrypt</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:es, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--es">NMDeviceMacsec:es</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--hw-address">NMDeviceMacsec:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:icv-length, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--icv-length">NMDeviceMacsec:icv-length</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:include-sci, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--include-sci">NMDeviceMacsec:include-sci</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:parent, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--parent">NMDeviceMacsec:parent</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:protect, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--protect">NMDeviceMacsec:protect</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:replay-protect, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--replay-protect">NMDeviceMacsec:replay-protect</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:scb, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--scb">NMDeviceMacsec:scb</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:sci, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--sci">NMDeviceMacsec:sci</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:validation, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--validation">NMDeviceMacsec:validation</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacsec:window, object property in NMDeviceOvs
+<a href="NMDeviceMacsec.html#NMDeviceMacsec--window">NMDeviceMacsec:window</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan, struct in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan-struct">NMDeviceMacvlan</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--hw-address">NMDeviceMacvlan:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan:mode, object property in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--mode">NMDeviceMacvlan:mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan:no-promisc, object property in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--no-promisc">NMDeviceMacvlan:no-promisc</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan:parent, object property in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--parent">NMDeviceMacvlan:parent</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceMacvlan:tap, object property in NMDeviceOvs
+<a href="NMDeviceMacvlan.html#NMDeviceMacvlan--tap">NMDeviceMacvlan:tap</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceModem, struct in NMDeviceOvs
+<a href="NMDeviceModem.html#NMDeviceModem-struct">NMDeviceModem</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -945,7 +949,7 @@ NMDeviceModem:apn, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceModem:current-capabilities, object property in NMDeviceOvs
+<a href="NMDeviceModem.html#NMDeviceModem--current-capabilities">NMDeviceModem:current-capabilities</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -953,7 +957,7 @@ NMDeviceModem:device-id, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceModem:modem-capabilities, object property in NMDeviceOvs
+<a href="NMDeviceModem.html#NMDeviceModem--modem-capabilities">NMDeviceModem:modem-capabilities</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -965,19 +969,19 @@ NMDeviceModem:operator-code, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceOlpcMesh, struct in NMDeviceOvs
+<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh-struct">NMDeviceOlpcMesh</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceOlpcMesh:active-channel, object property in NMDeviceOvs
+<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--active-channel">NMDeviceOlpcMesh:active-channel</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceOlpcMesh:companion, object property in NMDeviceOvs
+<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--companion">NMDeviceOlpcMesh:companion</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceOlpcMesh:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--hw-address">NMDeviceOlpcMesh:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1013,55 +1017,55 @@ NMDevicePpp, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTeam, struct in NMDeviceOvs
+<a href="NMDeviceTeam.html#NMDeviceTeam-struct">NMDeviceTeam</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTeam:carrier, object property in NMDeviceOvs
+<a href="NMDeviceTeam.html#NMDeviceTeam--carrier">NMDeviceTeam:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTeam:config, object property in NMDeviceOvs
+<a href="NMDeviceTeam.html#NMDeviceTeam--config">NMDeviceTeam:config</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTeam:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceTeam.html#NMDeviceTeam--hw-address">NMDeviceTeam:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTeam:slaves, object property in NMDeviceOvs
+<a href="NMDeviceTeam.html#NMDeviceTeam--slaves">NMDeviceTeam:slaves</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun, struct in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun-struct">NMDeviceTun</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:group, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--group">NMDeviceTun:group</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--hw-address">NMDeviceTun:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:mode, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--mode">NMDeviceTun:mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:multi-queue, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--multi-queue">NMDeviceTun:multi-queue</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:no-pi, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--no-pi">NMDeviceTun:no-pi</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:owner, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--owner">NMDeviceTun:owner</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceTun:vnet-hdr, object property in NMDeviceOvs
+<a href="NMDeviceTun.html#NMDeviceTun--vnet-hdr">NMDeviceTun:vnet-hdr</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1069,143 +1073,143 @@ NMDeviceTun:vnet-hdr, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVlan, struct in NMDeviceOvs
+<a href="NMDeviceVlan.html#NMDeviceVlan-struct">NMDeviceVlan</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVlan:carrier, object property in NMDeviceOvs
+<a href="NMDeviceVlan.html#NMDeviceVlan--carrier">NMDeviceVlan:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVlan:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceVlan.html#NMDeviceVlan--hw-address">NMDeviceVlan:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVlan:parent, object property in NMDeviceOvs
+<a href="NMDeviceVlan.html#NMDeviceVlan--parent">NMDeviceVlan:parent</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVlan:vlan-id, object property in NMDeviceOvs
+<a href="NMDeviceVlan.html#NMDeviceVlan--vlan-id">NMDeviceVlan:vlan-id</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan, struct in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan-struct">NMDeviceVxlan</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:ageing, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--ageing">NMDeviceVxlan:ageing</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:carrier, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--carrier">NMDeviceVxlan:carrier</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:dst-port, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--dst-port">NMDeviceVxlan:dst-port</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:group, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--group">NMDeviceVxlan:group</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--hw-address">NMDeviceVxlan:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:id, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--id">NMDeviceVxlan:id</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:l2miss, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--l2miss">NMDeviceVxlan:l2miss</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:l3miss, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--l3miss">NMDeviceVxlan:l3miss</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:learning, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--learning">NMDeviceVxlan:learning</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:limit, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--limit">NMDeviceVxlan:limit</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:local, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--local">NMDeviceVxlan:local</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:parent, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--parent">NMDeviceVxlan:parent</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:proxy, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--proxy">NMDeviceVxlan:proxy</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:rsc, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--rsc">NMDeviceVxlan:rsc</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:src-port-max, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--src-port-max">NMDeviceVxlan:src-port-max</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:src-port-min, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--src-port-min">NMDeviceVxlan:src-port-min</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:tos, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--tos">NMDeviceVxlan:tos</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceVxlan:ttl, object property in NMDeviceOvs
+<a href="NMDeviceVxlan.html#NMDeviceVxlan--ttl">NMDeviceVxlan:ttl</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi, struct in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi-struct">NMDeviceWifi</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi::access-point-added, object signal in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi-access-point-added">NMDeviceWifi::access-point-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi::access-point-removed, object signal in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi-access-point-removed">NMDeviceWifi::access-point-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:access-points, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--access-points">NMDeviceWifi:access-points</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:active-access-point, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--active-access-point">NMDeviceWifi:active-access-point</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:bitrate, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--bitrate">NMDeviceWifi:bitrate</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--hw-address">NMDeviceWifi:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:last-scan, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--last-scan">NMDeviceWifi:last-scan</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:mode, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--mode">NMDeviceWifi:mode</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:perm-hw-address, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address">NMDeviceWifi:perm-hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWifi:wireless-capabilities, object property in NMDeviceOvs
+<a href="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities">NMDeviceWifi:wireless-capabilities</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1233,47 +1237,47 @@ NMDeviceWifiP2P:peers, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax, struct in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax-struct">NMDeviceWimax</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax::nsp-added, object signal in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax-nsp-added">NMDeviceWimax::nsp-added</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax::nsp-removed, object signal in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax-nsp-removed">NMDeviceWimax::nsp-removed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:active-nsp, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--active-nsp">NMDeviceWimax:active-nsp</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:bsid, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--bsid">NMDeviceWimax:bsid</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:center-frequency, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--center-frequency">NMDeviceWimax:center-frequency</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:cinr, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--cinr">NMDeviceWimax:cinr</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:hw-address, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--hw-address">NMDeviceWimax:hw-address</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:nsps, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--nsps">NMDeviceWimax:nsps</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:rssi, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--rssi">NMDeviceWimax:rssi</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDeviceWimax:tx-power, object property in NMDeviceOvs
+<a href="NMDeviceWimax.html#NMDeviceWimax--tx-power">NMDeviceWimax:tx-power</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1301,15 +1305,15 @@ NMDeviceWpan:hw-address, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDhcpConfig, struct in NMDeviceOvs
+<a href="NMDhcpConfig.html#NMDhcpConfig-struct">NMDhcpConfig</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDhcpConfig:family, object property in NMDeviceOvs
+<a href="NMDhcpConfig.html#NMDhcpConfig--family">NMDhcpConfig:family</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMDhcpConfig:options, object property in NMDeviceOvs
+<a href="NMDhcpConfig.html#NMDhcpConfig--options">NMDhcpConfig:options</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1325,39 +1329,39 @@ NMDhcpConfigClass, struct in <a class="link" href="NMIPConfig.html" title="NMIPC
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig, struct in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig-struct">NMIPConfig</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:addresses, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--addresses">NMIPConfig:addresses</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:domains, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--domains">NMIPConfig:domains</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:family, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--family">NMIPConfig:family</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:gateway, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--gateway">NMIPConfig:gateway</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:nameservers, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--nameservers">NMIPConfig:nameservers</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:routes, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--routes">NMIPConfig:routes</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:searches, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--searches">NMIPConfig:searches</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMIPConfig:wins-servers, object property in NMDeviceOvs
+<a href="NMIPConfig.html#NMIPConfig--wins-servers">NMIPConfig:wins-servers</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1621,11 +1625,11 @@ NML_NMCLIENT_LOG_W, macro in <a class="link" href="NMIPConfig.html" title="NMIPC
 </dt>
 <dd></dd>
 <dt>
-NMObject, struct in NMDeviceOvs
+<a href="NMObject.html#NMObject-struct">NMObject</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMObject:path, object property in NMDeviceOvs
+<a href="NMObject.html#NMObject--path">NMObject:path</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -1645,23 +1649,23 @@ _NMObjectClassFieldInfo, struct in <a class="link" href="NMIPConfig.html" title=
 </dt>
 <dd></dd>
 <dt>
-NMRemoteConnection, struct in NMDeviceOvs
+<a href="NMRemoteConnection.html#NMRemoteConnection-struct">NMRemoteConnection</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMRemoteConnection:filename, object property in NMDeviceOvs
+<a href="NMRemoteConnection.html#NMRemoteConnection--filename">NMRemoteConnection:filename</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMRemoteConnection:flags, object property in NMDeviceOvs
+<a href="NMRemoteConnection.html#NMRemoteConnection--flags">NMRemoteConnection:flags</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMRemoteConnection:unsaved, object property in NMDeviceOvs
+<a href="NMRemoteConnection.html#NMRemoteConnection--unsaved">NMRemoteConnection:unsaved</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMRemoteConnection:visible, object property in NMDeviceOvs
+<a href="NMRemoteConnection.html#NMRemoteConnection--visible">NMRemoteConnection:visible</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -3573,19 +3577,19 @@ NMTeamSettingData, struct in nm-team-utils
 </dt>
 <dd></dd>
 <dt>
-NMVpnConnection, struct in NMDeviceOvs
+<a href="NMVpnConnection.html#NMVpnConnection-struct">NMVpnConnection</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMVpnConnection::vpn-state-changed, object signal in NMDeviceOvs
+<a href="NMVpnConnection.html#NMVpnConnection-vpn-state-changed">NMVpnConnection::vpn-state-changed</a>, object signal in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMVpnConnection:banner, object property in NMDeviceOvs
+<a href="NMVpnConnection.html#NMVpnConnection--banner">NMVpnConnection:banner</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMVpnConnection:vpn-state, object property in NMDeviceOvs
+<a href="NMVpnConnection.html#NMVpnConnection--vpn-state">NMVpnConnection:vpn-state</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -3705,19 +3709,19 @@ NMWifiP2PPeer:wfd-ies, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMWimaxNsp, struct in NMDeviceOvs
+<a href="NMWimaxNsp.html#NMWimaxNsp-struct">NMWimaxNsp</a>, struct in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMWimaxNsp:name, object property in NMDeviceOvs
+<a href="NMWimaxNsp.html#NMWimaxNsp--name">NMWimaxNsp:name</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMWimaxNsp:network-type, object property in NMDeviceOvs
+<a href="NMWimaxNsp.html#NMWimaxNsp--network-type">NMWimaxNsp:network-type</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
-NMWimaxNsp:signal-quality, object property in NMDeviceOvs
+<a href="NMWimaxNsp.html#NMWimaxNsp--signal-quality">NMWimaxNsp:signal-quality</a>, object property in NMDeviceOvs
 </dt>
 <dd></dd>
 <dt>
@@ -4005,6 +4009,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-2:CAPS" title="NM_AVAILABLE_IN_1_22_2">NM_AVAILABLE_IN_1_22_2</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>
@@ -4177,6 +4185,10 @@ nm_auto_unref_nml_dbusobj, macro in <a class="link" href="NMIPConfig.html" title
 </dt>
 <dd></dd>
 <dt>
+<a class="link" href="NMClient.html#NM-CLIENT-CAPABILITIES:CAPS" title="NM_CLIENT_CAPABILITIES">NM_CLIENT_CAPABILITIES</a>, macro in <a class="link" href="NMClient.html" title="NMClient">NMClient</a>
+</dt>
+<dd></dd>
+<dt>
 <a class="link" href="NMClient.html#NM-CLIENT-CHECKPOINTS:CAPS" title="NM_CLIENT_CHECKPOINTS">NM_CLIENT_CHECKPOINTS</a>, macro in <a class="link" href="NMClient.html" title="NMClient">NMClient</a>
 </dt>
 <dd></dd>
@@ -4333,6 +4345,10 @@ nm_auto_unref_nml_dbusobj, macro in <a class="link" href="NMIPConfig.html" title
 </dt>
 <dd></dd>
 <dt>
+<a class="link" href="NMClient.html#nm-client-get-capabilities" title="nm_client_get_capabilities ()">nm_client_get_capabilities</a>, function in <a class="link" href="NMClient.html" title="NMClient">NMClient</a>
+</dt>
+<dd></dd>
+<dt>
 <a class="link" href="NMClient.html#nm-client-get-checkpoints" title="nm_client_get_checkpoints ()">nm_client_get_checkpoints</a>, function in <a class="link" href="NMClient.html" title="NMClient">NMClient</a>
 </dt>
 <dd></dd>
@@ -5301,6 +5317,14 @@ NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
 </dt>
 <dd></dd>
 <dt>
+<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-2:CAPS" title="NM_DEPRECATED_IN_1_22_2">NM_DEPRECATED_IN_1_22_2</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-DEPRECATED-IN-1-22-2-FOR:CAPS" title="NM_DEPRECATED_IN_1_22_2_FOR()">NM_DEPRECATED_IN_1_22_2_FOR</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-DEPRECATED-IN-1-22-FOR:CAPS" title="NM_DEPRECATED_IN_1_22_FOR()">NM_DEPRECATED_IN_1_22_FOR</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a>
 </dt>
 <dd></dd>
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html
index 1b191234..7ae32a21 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.0
+      for libnm 1.22.2
 
       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-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html
index 12e2c5af..a6d4ea33 100644
--- a/docs/libnm/html/libnm-nm-dbus-interface.html
+++ b/docs/libnm/html/libnm-nm-dbus-interface.html
@@ -903,13 +903,24 @@ extensions.</p>
 <col class="enum_members_description">
 <col width="200px" class="enum_members_annotations">
 </colgroup>
-<tbody><tr>
+<tbody>
+<tr>
 <td class="enum_member_name"><p><a name="NM-CAPABILITY-TEAM:CAPS"></a>NM_CAPABILITY_TEAM</p></td>
 <td class="enum_member_description">
-<p>Teams can be managed</p>
+<p>Teams can be managed. This means the team device plugin
+  is loaded.</p>
 </td>
 <td class="enum_member_annotations"> </td>
-</tr></tbody>
+</tr>
+<tr>
+<td class="enum_member_name"><p><a name="NM-CAPABILITY-OVS:CAPS"></a>NM_CAPABILITY_OVS</p></td>
+<td class="enum_member_description">
+<p>OpenVSwitch can be managed. This means the OVS device plugin
+  is loaded. Since: 1.24, 1.22.2</p>
+</td>
+<td class="enum_member_annotations"> </td>
+</tr>
+</tbody>
 </table></div>
 </div>
 </div>
diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html
index 66126878..3178fbde 100644
--- a/docs/libnm/html/libnm-nm-version.html
+++ b/docs/libnm/html/libnm-nm-version.html
@@ -117,6 +117,12 @@
 <a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-FOR:CAPS" title="NM_DEPRECATED_IN_1_22_FOR()">NM_DEPRECATED_IN_1_22_FOR</a><span class="c_punctuation">()</span>
 </td>
 </tr>
+<tr>
+<td class="define_keyword">#define</td>
+<td class="function_name">
+<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-2-FOR:CAPS" title="NM_DEPRECATED_IN_1_22_2_FOR()">NM_DEPRECATED_IN_1_22_2_FOR</a><span class="c_punctuation">()</span>
+</td>
+</tr>
 </tbody>
 </table></div>
 </div>
@@ -240,6 +246,14 @@
 <td class="define_keyword">#define</td>
 <td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-22:CAPS" title="NM_AVAILABLE_IN_1_22">NM_AVAILABLE_IN_1_22</a></td>
 </tr>
+<tr>
+<td class="define_keyword">#define</td>
+<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-2:CAPS" title="NM_DEPRECATED_IN_1_22_2">NM_DEPRECATED_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-2:CAPS" title="NM_AVAILABLE_IN_1_22_2">NM_AVAILABLE_IN_1_22_2</a></td>
+</tr>
 </tbody>
 </table></div>
 </div>
@@ -324,6 +338,12 @@
 <pre class="programlisting"># define NM_DEPRECATED_IN_1_22_FOR(f)    G_DEPRECATED_FOR(f)
 </pre>
 </div>
+<hr>
+<div class="refsect2">
+<a name="NM-DEPRECATED-IN-1-22-2-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_1_22_2_FOR()</h3>
+<pre class="programlisting"># define NM_DEPRECATED_IN_1_22_2_FOR(f)    G_DEPRECATED_FOR(f)
+</pre>
+</div>
 </div>
 <div class="refsect1">
 <a name="libnm-nm-version.other_details"></a><h2>Types and Values</h2>
@@ -492,6 +512,18 @@
 <pre class="programlisting"># define NM_AVAILABLE_IN_1_22            G_UNAVAILABLE(1,22)
 </pre>
 </div>
+<hr>
+<div class="refsect2">
+<a name="NM-DEPRECATED-IN-1-22-2:CAPS"></a><h3>NM_DEPRECATED_IN_1_22_2</h3>
+<pre class="programlisting"># define NM_DEPRECATED_IN_1_22_2           G_DEPRECATED
+</pre>
+</div>
+<hr>
+<div class="refsect2">
+<a name="NM-AVAILABLE-IN-1-22-2:CAPS"></a><h3>NM_AVAILABLE_IN_1_22_2</h3>
+<pre class="programlisting"># define NM_AVAILABLE_IN_1_22_2            G_UNAVAILABLE(1,22.2)
+</pre>
+</div>
 </div>
 </div>
 <div class="footer">
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2
index 7fae2c17..d215c6c5 100644
--- a/docs/libnm/html/libnm.devhelp2
+++ b/docs/libnm/html/libnm.devhelp2
@@ -141,6 +141,7 @@
     <keyword type="function" name="nm_client_get_nm_running ()" link="NMClient.html#nm-client-get-nm-running"/>
     <keyword type="function" name="nm_client_get_metered ()" link="NMClient.html#nm-client-get-metered" since="1.22"/>
     <keyword type="function" name="nm_client_networking_get_enabled ()" link="NMClient.html#nm-client-networking-get-enabled"/>
+    <keyword type="function" name="nm_client_get_capabilities ()" link="NMClient.html#nm-client-get-capabilities" since="1.24, 1.22.2"/>
     <keyword type="function" name="nm_client_networking_set_enabled ()" link="NMClient.html#nm-client-networking-set-enabled" deprecated="1.22, use nm_client_networking_set_enabled_async() or GDBusConnection"/>
     <keyword type="function" name="nm_client_wireless_get_enabled ()" link="NMClient.html#nm-client-wireless-get-enabled"/>
     <keyword type="function" name="nm_client_wireless_set_enabled ()" link="NMClient.html#nm-client-wireless-set-enabled" deprecated="1.22, use nm_client_wireless_set_enabled_async() or GDBusConnection"/>
@@ -239,6 +240,7 @@
     <keyword type="macro" name="NM_CLIENT_DNS_RC_MANAGER" link="NMClient.html#NM-CLIENT-DNS-RC-MANAGER:CAPS"/>
     <keyword type="macro" name="NM_CLIENT_DNS_CONFIGURATION" link="NMClient.html#NM-CLIENT-DNS-CONFIGURATION:CAPS"/>
     <keyword type="macro" name="NM_CLIENT_CHECKPOINTS" link="NMClient.html#NM-CLIENT-CHECKPOINTS:CAPS"/>
+    <keyword type="macro" name="NM_CLIENT_CAPABILITIES" link="NMClient.html#NM-CLIENT-CAPABILITIES:CAPS"/>
     <keyword type="macro" name="NM_CLIENT_DEVICE_ADDED" link="NMClient.html#NM-CLIENT-DEVICE-ADDED:CAPS"/>
     <keyword type="macro" name="NM_CLIENT_DEVICE_REMOVED" link="NMClient.html#NM-CLIENT-DEVICE-REMOVED:CAPS"/>
     <keyword type="macro" name="NM_CLIENT_ANY_DEVICE_ADDED" link="NMClient.html#NM-CLIENT-ANY-DEVICE-ADDED:CAPS"/>
@@ -2903,6 +2905,7 @@
     <keyword type="macro" name="NM_DEPRECATED_IN_1_18_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-18-FOR:CAPS"/>
     <keyword type="macro" name="NM_DEPRECATED_IN_1_20_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-20-FOR:CAPS"/>
     <keyword type="macro" name="NM_DEPRECATED_IN_1_22_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-FOR:CAPS"/>
+    <keyword type="macro" name="NM_DEPRECATED_IN_1_22_2_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-22-2-FOR:CAPS"/>
     <keyword type="macro" name="NM_VERSION_MIN_REQUIRED" link="libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS"/>
     <keyword type="macro" name="NM_VERSION_MAX_ALLOWED" link="libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS"/>
     <keyword type="macro" name="NM_DEPRECATED_IN_0_9_10" link="libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10:CAPS"/>
@@ -2931,6 +2934,8 @@
     <keyword type="macro" name="NM_AVAILABLE_IN_1_20" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-20:CAPS"/>
     <keyword type="macro" name="NM_DEPRECATED_IN_1_22" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-22:CAPS"/>
     <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_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"/>
@@ -3066,6 +3071,7 @@
     <keyword type="constant" name="NM_VPN_PLUGIN_ERROR_INVALID_CONNECTION" link="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-INVALID-CONNECTION:CAPS"/>
     <keyword type="constant" name="NM_VPN_PLUGIN_ERROR_INTERACTIVE_NOT_SUPPORTED" link="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-INTERACTIVE-NOT-SUPPORTED:CAPS"/>
     <keyword type="constant" name="NM_CAPABILITY_TEAM" link="libnm-nm-dbus-interface.html#NM-CAPABILITY-TEAM:CAPS"/>
+    <keyword type="constant" name="NM_CAPABILITY_OVS" link="libnm-nm-dbus-interface.html#NM-CAPABILITY-OVS:CAPS"/>
     <keyword type="constant" name="NM_STATE_UNKNOWN" link="libnm-nm-dbus-interface.html#NM-STATE-UNKNOWN:CAPS"/>
     <keyword type="constant" name="NM_STATE_ASLEEP" link="libnm-nm-dbus-interface.html#NM-STATE-ASLEEP:CAPS"/>
     <keyword type="constant" name="NM_STATE_DISCONNECTED" link="libnm-nm-dbus-interface.html#NM-STATE-DISCONNECTED:CAPS"/>
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index c6404801..1471baca 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.0
+  NetworkManager version: 1.22.2
 
   <code class="prompt">$ </code></pre>
 <p>