about summary refs log tree commit diff
path: root/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-12 19:21:11 +0200
committerMichael Biebl <biebl@debian.org>2022-08-12 19:21:11 +0200
commit6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (patch)
treea77a0617213a5183a4de43824e3fbae9779e9b8e /docs/api/html/gdbus-org.freedesktop.NetworkManager.html
parentf7c750061dab327e638c0129cfafd5b2215b3a2e (diff)
New upstream version 1.38.4 upstream/1.38.4
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.html')
-rw-r--r--docs/api/html/gdbus-org.freedesktop.NetworkManager.html554
1 files changed, 352 insertions, 202 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
index f19837a3..628636fd 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
@@ -8,7 +8,7 @@
 <link rel="up" href="ref-dbus-manager.html" title="The /org/freedesktop/NetworkManager object">
 <link rel="prev" href="ref-dbus-manager.html" title="The /org/freedesktop/NetworkManager object">
 <link rel="next" href="ref-dbus-agent-manager.html" title="The /org/freedesktop/NetworkManager/AgentManager object">
-<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -119,7 +119,10 @@
 </div>
 <div class="refsect1">
 <a name="gdbus-interface-org-freedesktop-NetworkManager"></a><h2>Description</h2>
-<p></p>
+<p>
+</p>
+<p>
+</p>
 </div>
 <div class="refsect1">
 <a name="gdbus-methods-org.freedesktop.NetworkManager"></a><h2>Method Details</h2>
@@ -128,26 +131,28 @@
 <pre class="programlisting">
 Reload (IN  u flags);
 </pre>
-<p>        Reload NetworkManager's configuration and perform certain updates, like flushing a cache or
-        rewriting external state to disk. This is similar to sending SIGHUP to NetworkManager but it
-        allows for more fine-grained control over what to reload (see <em class="parameter"><code>flags</code></em>). It also allows
-        non-root access via PolicyKit and contrary to signals it is synchronous.
+<p>
+Reload NetworkManager's configuration and perform certain updates, like flushing a cache or
+rewriting external state to disk. This is similar to sending SIGHUP to NetworkManager but it
+allows for more fine-grained control over what to reload (see <em class="parameter"><code>flags</code></em>). It also allows
+non-root access via PolicyKit and contrary to signals it is synchronous.
 </p>
-<p>        No flags (0x00) means to reload everything that is supported which is identical to
-        sending a SIGHUP.
-        (0x01) means to reload the NetworkManager.conf configuration from disk. Note that this
-        does not include connections, which can be reloaded via Setting's ReloadConnections.
-        (0x02) means to update DNS configuration, which usually involves writing /etc/resolv.conf
-        anew.
-        (0x04) means to restart the DNS plugin. This is for example useful when using
-        dnsmasq plugin, which uses additional configuration in /etc/NetworkManager/dnsmasq.d.
-        If you edit those files, you can restart the DNS plugin. This action shortly interrupts
-        name resolution.
-        Note that flags may affect each other. For example, restarting the DNS plugin (0x04)
-        implicitly updates DNS too (0x02). Or when reloading the configuration (0x01), changes
-        to DNS setting also cause a DNS update (0x02). However, (0x01) does not involve restarting
-        the DNS plugin (0x04) or update resolv.conf (0x02), unless the DNS related configuration
-        changes in NetworkManager.conf.
+<p>
+No flags (0x00) means to reload everything that is supported which is identical to
+sending a SIGHUP.
+(0x01) means to reload the NetworkManager.conf configuration from disk. Note that this
+does not include connections, which can be reloaded via Setting's ReloadConnections.
+(0x02) means to update DNS configuration, which usually involves writing /etc/resolv.conf
+anew.
+(0x04) means to restart the DNS plugin. This is for example useful when using
+dnsmasq plugin, which uses additional configuration in /etc/NetworkManager/dnsmasq.d.
+If you edit those files, you can restart the DNS plugin. This action shortly interrupts
+name resolution.
+Note that flags may affect each other. For example, restarting the DNS plugin (0x04)
+implicitly updates DNS too (0x02). Or when reloading the configuration (0x01), changes
+to DNS setting also cause a DNS update (0x02). However, (0x01) does not involve restarting
+the DNS plugin (0x04) or update resolv.conf (0x02), unless the DNS related configuration
+changes in NetworkManager.conf.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -156,7 +161,9 @@ Reload (IN  u flags);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>flags</code></em></code>:</span></p></td>
-<td><p>Optional flags to specify which parts shall be reloaded.</p></td>
+<td><p>
+Optional flags to specify which parts shall be reloaded.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -166,7 +173,8 @@ Reload (IN  u flags);
 <pre class="programlisting">
 GetDevices (OUT ao devices);
 </pre>
-<p>        Get the list of realized network devices.
+<p>
+Get the list of realized network devices.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -175,7 +183,9 @@ GetDevices (OUT ao devices);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">OUT ao <em class="parameter"><code>devices</code></em></code>:</span></p></td>
-<td><p>List of object paths of network devices known to the system. This list does not include device placeholders (see GetAllDevices()).</p></td>
+<td><p>
+List of object paths of network devices known to the system. This list does not include device placeholders (see GetAllDevices()).
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -185,7 +195,8 @@ GetDevices (OUT ao devices);
 <pre class="programlisting">
 GetAllDevices (OUT ao devices);
 </pre>
-<p>        Get the list of all network devices.
+<p>
+Get the list of all network devices.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -194,7 +205,9 @@ GetAllDevices (OUT ao devices);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">OUT ao <em class="parameter"><code>devices</code></em></code>:</span></p></td>
-<td><p>List of object paths of network devices and device placeholders (eg, devices that do not yet exist but which can be automatically created by NetworkManager if one of their AvailableConnections was activated).</p></td>
+<td><p>
+List of object paths of network devices and device placeholders (eg, devices that do not yet exist but which can be automatically created by NetworkManager if one of their AvailableConnections was activated).
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -205,9 +218,10 @@ GetAllDevices (OUT ao devices);
 GetDeviceByIpIface (IN  s iface,
                     OUT o device);
 </pre>
-<p>        Return the object path of the network device referenced by its IP
-        interface name. Note that some devices (usually modems) only have an IP
-        interface name when they are connected.
+<p>
+Return the object path of the network device referenced by its IP
+interface name. Note that some devices (usually modems) only have an IP
+interface name when they are connected.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -217,11 +231,15 @@ GetDeviceByIpIface (IN  s iface,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN s <em class="parameter"><code>iface</code></em></code>:</span></p></td>
-<td><p>Interface name of the device to find.</p></td>
+<td><p>
+Interface name of the device to find.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>device</code></em></code>:</span></p></td>
-<td><p>Object path of the network device.</p></td>
+<td><p>
+Object path of the network device.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -235,7 +253,8 @@ ActivateConnection (IN  o connection,
                     IN  o specific_object,
                     OUT o active_connection);
 </pre>
-<p>        Activate a connection using the supplied device.
+<p>
+Activate a connection using the supplied device.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -245,19 +264,27 @@ ActivateConnection (IN  o connection,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>connection</code></em></code>:</span></p></td>
-<td><p>The connection to activate. If "/" is given, a valid device path must be given, and NetworkManager picks the best connection to activate for the given device. VPN connections must always pass a valid connection path.</p></td>
+<td><p>
+The connection to activate. If "/" is given, a valid device path must be given, and NetworkManager picks the best connection to activate for the given device. VPN connections must always pass a valid connection path.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>device</code></em></code>:</span></p></td>
-<td><p>The object path of device to be activated for physical connections. This parameter is ignored for VPN connections, because the specific_object (if provided) specifies the device to use.</p></td>
+<td><p>
+The object path of device to be activated for physical connections. This parameter is ignored for VPN connections, because the specific_object (if provided) specifies the device to use.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>specific_object</code></em></code>:</span></p></td>
-<td><p>The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, or "/" to pick an AP automatically. For VPN connections, pass the object path of an ActiveConnection object that should serve as the "base" connection (to which the VPN connections lifetime will be tied), or pass "/" and NM will automatically use the current default device.</p></td>
+<td><p>
+The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, or "/" to pick an AP automatically. For VPN connections, pass the object path of an ActiveConnection object that should serve as the "base" connection (to which the VPN connections lifetime will be tied), or pass "/" and NM will automatically use the current default device.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>active_connection</code></em></code>:</span></p></td>
-<td><p>The path of the active connection object representing this active connection.</p></td>
+<td><p>
+The path of the active connection object representing this active connection.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -272,12 +299,14 @@ AddAndActivateConnection (IN  a{sa{sv}} connection,
                           OUT o         path,
                           OUT o         active_connection);
 </pre>
-<p>        Adds a new connection using the given details (if any) as a template
-        (automatically filling in missing settings with the capabilities of the
-        given device and specific object), then activate the new connection.
-        Cannot be used for VPN connections at this time.
+<p>
+Adds a new connection using the given details (if any) as a template
+(automatically filling in missing settings with the capabilities of the
+given device and specific object), then activate the new connection.
+Cannot be used for VPN connections at this time.
 </p>
-<p>        See also AddAndActivateConnection2.
+<p>
+See also AddAndActivateConnection2.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -287,23 +316,33 @@ AddAndActivateConnection (IN  a{sa{sv}} connection,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN a{sa{sv}} <em class="parameter"><code>connection</code></em></code>:</span></p></td>
-<td><p>Connection settings and properties; if incomplete missing settings will be automatically completed using the given device and specific object.</p></td>
+<td><p>
+Connection settings and properties; if incomplete missing settings will be automatically completed using the given device and specific object.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>device</code></em></code>:</span></p></td>
-<td><p>The object path of device to be activated using the given connection.</p></td>
+<td><p>
+The object path of device to be activated using the given connection.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>specific_object</code></em></code>:</span></p></td>
-<td><p>The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, which will be used to complete the details of the newly added connection.</p></td>
+<td><p>
+The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, which will be used to complete the details of the newly added connection.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>path</code></em></code>:</span></p></td>
-<td><p>Object path of the new connection that was just added.</p></td>
+<td><p>
+Object path of the new connection that was just added.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>active_connection</code></em></code>:</span></p></td>
-<td><p>The path of the active connection object representing this active connection.</p></td>
+<td><p>
+The path of the active connection object representing this active connection.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -320,16 +359,19 @@ AddAndActivateConnection2 (IN  a{sa{sv}} connection,
                            OUT o         active_connection,
                            OUT a{sv}     result);
 </pre>
-<p>        Adds a new connection using the given details (if any) as a template
-        (automatically filling in missing settings with the capabilities of the
-        given device and specific object), then activate the new connection.
-        Cannot be used for VPN connections at this time.
+<p>
+Adds a new connection using the given details (if any) as a template
+(automatically filling in missing settings with the capabilities of the
+given device and specific object), then activate the new connection.
+Cannot be used for VPN connections at this time.
 </p>
-<p>        This method extends AddAndActivateConnection to allow passing further
-        parameters. At this time the following options are supported:
+<p>
+This method extends AddAndActivateConnection to allow passing further
+parameters. At this time the following options are supported:
 </p>
-<p>         * persist: A string value of either "disk" (default), "memory" or "volatile". If "memory" is passed, the connection will not be saved to disk. If "volatile" is passed, the connection will not be saved to disk and will be destroyed when disconnected.
-         * bind-activation: Bind the activation lifetime. Set to "dbus-name" to automatically disconnect when the requesting process disappears from the bus. The default of "none" means the connection is kept activated normally.
+<p>
+* persist: A string value of either "disk" (default), "memory" or "volatile". If "memory" is passed, the connection will not be saved to disk. If "volatile" is passed, the connection will not be saved to disk and will be destroyed when disconnected.
+* bind-activation: Bind the activation lifetime. Set to "dbus-name" to automatically disconnect when the requesting process disappears from the bus. The default of "none" means the connection is kept activated normally.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -339,31 +381,45 @@ AddAndActivateConnection2 (IN  a{sa{sv}} connection,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN a{sa{sv}} <em class="parameter"><code>connection</code></em></code>:</span></p></td>
-<td><p>Connection settings and properties; if incomplete missing settings will be automatically completed using the given device and specific object.</p></td>
+<td><p>
+Connection settings and properties; if incomplete missing settings will be automatically completed using the given device and specific object.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>device</code></em></code>:</span></p></td>
-<td><p>The object path of device to be activated using the given connection.</p></td>
+<td><p>
+The object path of device to be activated using the given connection.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>specific_object</code></em></code>:</span></p></td>
-<td><p>The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, which will be used to complete the details of the newly added connection.</p></td>
+<td><p>
+The path of a connection-type-specific object this activation should use. This parameter is currently ignored for wired and mobile broadband connections, and the value of "/" should be used (ie, no specific object). For Wi-Fi connections, pass the object path of a specific AP from the card's scan list, which will be used to complete the details of the newly added connection.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN a{sv} <em class="parameter"><code>options</code></em></code>:</span></p></td>
-<td><p>Further options for the method call.</p></td>
+<td><p>
+Further options for the method call.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>path</code></em></code>:</span></p></td>
-<td><p>Object path of the new connection that was just added.</p></td>
+<td><p>
+Object path of the new connection that was just added.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>active_connection</code></em></code>:</span></p></td>
-<td><p>The path of the active connection object representing this active connection.</p></td>
+<td><p>
+The path of the active connection object representing this active connection.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT a{sv} <em class="parameter"><code>result</code></em></code>:</span></p></td>
-<td><p>A dictionary of additional output arguments for future extension. Currently, not additional output arguments are supported.</p></td>
+<td><p>
+A dictionary of additional output arguments for future extension. Currently, not additional output arguments are supported.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -374,7 +430,8 @@ AddAndActivateConnection2 (IN  a{sa{sv}} connection,
 <pre class="programlisting">
 DeactivateConnection (IN  o active_connection);
 </pre>
-<p>        Deactivate an active connection.
+<p>
+Deactivate an active connection.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -383,7 +440,9 @@ DeactivateConnection (IN  o active_connection);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>active_connection</code></em></code>:</span></p></td>
-<td><p>The currently active connection to deactivate.</p></td>
+<td><p>
+The currently active connection to deactivate.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -393,10 +452,11 @@ DeactivateConnection (IN  o active_connection);
 <pre class="programlisting">
 Sleep (IN  b sleep);
 </pre>
-<p>        Control the NetworkManager daemon's sleep state. When asleep, all
-        interfaces that it manages are deactivated. When awake, devices are
-        available to be activated. This command should not be called directly by
-        users or clients; it is intended for system suspend/resume tracking.
+<p>
+Control the NetworkManager daemon's sleep state. When asleep, all
+interfaces that it manages are deactivated. When awake, devices are
+available to be activated. This command should not be called directly by
+users or clients; it is intended for system suspend/resume tracking.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -405,7 +465,9 @@ Sleep (IN  b sleep);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">IN b <em class="parameter"><code>sleep</code></em></code>:</span></p></td>
-<td><p>Indicates whether the NetworkManager daemon should sleep or wake.</p></td>
+<td><p>
+Indicates whether the NetworkManager daemon should sleep or wake.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -415,11 +477,12 @@ Sleep (IN  b sleep);
 <pre class="programlisting">
 Enable (IN  b enable);
 </pre>
-<p>        Control whether overall networking is enabled or disabled. When disabled,
-        all interfaces that NM manages are deactivated. When enabled, all managed
-        interfaces are re-enabled and available to be activated. This command
-        should be used by clients that provide to users the ability to
-        enable/disable all networking.
+<p>
+Control whether overall networking is enabled or disabled. When disabled,
+all interfaces that NM manages are deactivated. When enabled, all managed
+interfaces are re-enabled and available to be activated. This command
+should be used by clients that provide to users the ability to
+enable/disable all networking.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -428,7 +491,9 @@ Enable (IN  b enable);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">IN b <em class="parameter"><code>enable</code></em></code>:</span></p></td>
-<td><p>If FALSE, indicates that all networking should be disabled. If TRUE, indicates that NetworkManager should begin managing network devices.</p></td>
+<td><p>
+If FALSE, indicates that all networking should be disabled. If TRUE, indicates that NetworkManager should begin managing network devices.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -438,9 +503,10 @@ Enable (IN  b enable);
 <pre class="programlisting">
 GetPermissions (OUT a{ss} permissions);
 </pre>
-<p>        Returns the permissions a caller has for various authenticated operations
-        that NetworkManager provides, like Enable/Disable networking, changing
-        Wi-Fi, WWAN, and WiMAX state, etc.
+<p>
+Returns the permissions a caller has for various authenticated operations
+that NetworkManager provides, like Enable/Disable networking, changing
+Wi-Fi, WWAN, and WiMAX state, etc.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -449,7 +515,9 @@ GetPermissions (OUT a{ss} permissions);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">OUT a{ss} <em class="parameter"><code>permissions</code></em></code>:</span></p></td>
-<td><p>Dictionary of available permissions and results. Each permission is represented by a name (ie "org.freedesktop.NetworkManager.Foobar") and each result is one of the following values: "yes" (the permission is available), "auth" (the permission is available after a successful authentication), or "no" (the permission is denied). Clients may use these values in the UI to indicate the ability to perform certain operations.</p></td>
+<td><p>
+Dictionary of available permissions and results. Each permission is represented by a name (ie "org.freedesktop.NetworkManager.Foobar") and each result is one of the following values: "yes" (the permission is available), "auth" (the permission is available after a successful authentication), or "no" (the permission is denied). Clients may use these values in the UI to indicate the ability to perform certain operations.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -460,7 +528,8 @@ GetPermissions (OUT a{ss} permissions);
 SetLogging (IN  s level,
             IN  s domains);
 </pre>
-<p>        Set logging verbosity and which operations are logged.
+<p>
+Set logging verbosity and which operations are logged.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -470,11 +539,15 @@ SetLogging (IN  s level,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN s <em class="parameter"><code>level</code></em></code>:</span></p></td>
-<td><p>One of [ERR, WARN, INFO, DEBUG, TRACE, OFF, KEEP]. This level is applied to the domains as specified in the domains argument. Except for the special level "KEEP", all unmentioned domains are disabled entirely. "KEEP" is special and allows not to change the current setting except for the specified domains. E.g. level=KEEP and domains=PLATFORM:DEBUG will only touch the platform domain.</p></td>
+<td><p>
+One of [ERR, WARN, INFO, DEBUG, TRACE, OFF, KEEP]. This level is applied to the domains as specified in the domains argument. Except for the special level "KEEP", all unmentioned domains are disabled entirely. "KEEP" is special and allows not to change the current setting except for the specified domains. E.g. level=KEEP and domains=PLATFORM:DEBUG will only touch the platform domain.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN s <em class="parameter"><code>domains</code></em></code>:</span></p></td>
-<td><p>A combination of logging domains separated by commas (','), or "NONE" to disable logging. Each domain enables logging for operations related to that domain. Available domains are: [PLATFORM, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, TEAM, CONCHECK, DCB, DISPATCH, AUDIT]. In addition to these domains, the following special domains can be used: [NONE, ALL, DEFAULT, DHCP, IP]. You can also specify that some domains should log at a different level from the default by appending a colon (':') and a log level (eg, 'WIFI:DEBUG'). If an empty string is given, the log level is changed but the current set of log domains remains unchanged.</p></td>
+<td><p>
+A combination of logging domains separated by commas (','), or "NONE" to disable logging. Each domain enables logging for operations related to that domain. Available domains are: [PLATFORM, RFKILL, ETHER, WIFI, BT, MB, DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, TEAM, CONCHECK, DCB, DISPATCH, AUDIT]. In addition to these domains, the following special domains can be used: [NONE, ALL, DEFAULT, DHCP, IP]. You can also specify that some domains should log at a different level from the default by appending a colon (':') and a log level (eg, 'WIFI:DEBUG'). If an empty string is given, the log level is changed but the current set of log domains remains unchanged.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -486,7 +559,8 @@ SetLogging (IN  s level,
 GetLogging (OUT s level,
             OUT s domains);
 </pre>
-<p>        Get current logging verbosity level and operations domains.
+<p>
+Get current logging verbosity level and operations domains.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -496,11 +570,15 @@ GetLogging (OUT s level,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">OUT s <em class="parameter"><code>level</code></em></code>:</span></p></td>
-<td><p>One of [ERR, WARN, INFO, DEBUG, TRACE].</p></td>
+<td><p>
+One of [ERR, WARN, INFO, DEBUG, TRACE].
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT s <em class="parameter"><code>domains</code></em></code>:</span></p></td>
-<td><p>For available domains see SetLogging() call.</p></td>
+<td><p>
+For available domains see SetLogging() call.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -511,7 +589,8 @@ GetLogging (OUT s level,
 <pre class="programlisting">
 CheckConnectivity (OUT u connectivity);
 </pre>
-<p>        Re-check the network connectivity state.
+<p>
+Re-check the network connectivity state.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -520,7 +599,9 @@ CheckConnectivity (OUT u connectivity);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">OUT u <em class="parameter"><code>connectivity</code></em></code>:</span></p></td>
-<td><p>(<a class="link" href="nm-dbus-types.html#NMConnectivityState" title="enum NMConnectivityState">NMConnectivityState</a>) The current connectivity state.</p></td>
+<td><p>
+(<a class="link" href="nm-dbus-types.html#NMConnectivityState" title="enum NMConnectivityState">NMConnectivityState</a>) The current connectivity state.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -530,8 +611,9 @@ CheckConnectivity (OUT u connectivity);
 <pre class="programlisting">
 state (OUT u state);
 </pre>
-<p>        The overall networking state as determined by the NetworkManager daemon,
-        based on the state of network devices under its management.
+<p>
+The overall networking state as determined by the NetworkManager daemon,
+based on the state of network devices under its management.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -540,7 +622,9 @@ state (OUT u state);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">OUT u <em class="parameter"><code>state</code></em></code>:</span></p></td>
-<td><p><a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a></p></td>
+<td><p>
+<a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a>
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -553,9 +637,10 @@ CheckpointCreate (IN  ao devices,
                   IN  u  flags,
                   OUT o  checkpoint);
 </pre>
-<p>        Create a checkpoint of the current networking configuration
-        for given interfaces. If <em class="parameter"><code>rollback_timeout</code></em> is not zero, a
-        rollback is automatically performed after the given timeout.
+<p>
+Create a checkpoint of the current networking configuration
+for given interfaces. If <em class="parameter"><code>rollback_timeout</code></em> is not zero, a
+rollback is automatically performed after the given timeout.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -565,19 +650,27 @@ CheckpointCreate (IN  ao devices,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN ao <em class="parameter"><code>devices</code></em></code>:</span></p></td>
-<td><p>A list of device paths for which a checkpoint should be created. An empty list means all devices.</p></td>
+<td><p>
+A list of device paths for which a checkpoint should be created. An empty list means all devices.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>rollback_timeout</code></em></code>:</span></p></td>
-<td><p>The time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite.</p></td>
+<td><p>
+The time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>flags</code></em></code>:</span></p></td>
-<td><p>(<a class="link" href="nm-dbus-types.html#NMCheckpointCreateFlags" title="enum NMCheckpointCreateFlags">NMCheckpointCreateFlags</a>) Flags for the creation.</p></td>
+<td><p>
+(<a class="link" href="nm-dbus-types.html#NMCheckpointCreateFlags" title="enum NMCheckpointCreateFlags">NMCheckpointCreateFlags</a>) Flags for the creation.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td>
-<td><p>On success, the path of the new checkpoint.</p></td>
+<td><p>
+On success, the path of the new checkpoint.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -588,7 +681,8 @@ CheckpointCreate (IN  ao devices,
 <pre class="programlisting">
 CheckpointDestroy (IN  o checkpoint);
 </pre>
-<p>        Destroy a previously created checkpoint.
+<p>
+Destroy a previously created checkpoint.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -597,7 +691,9 @@ CheckpointDestroy (IN  o checkpoint);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td>
-<td><p>The checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.</p></td>
+<td><p>
+The checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -608,7 +704,8 @@ CheckpointDestroy (IN  o checkpoint);
 CheckpointRollback (IN  o     checkpoint,
                     OUT a{su} result);
 </pre>
-<p>        Rollback a checkpoint before the timeout is reached.
+<p>
+Rollback a checkpoint before the timeout is reached.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -618,11 +715,15 @@ CheckpointRollback (IN  o     checkpoint,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td>
-<td><p>The checkpoint to be rolled back.</p></td>
+<td><p>
+The checkpoint to be rolled back.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">OUT a{su} <em class="parameter"><code>result</code></em></code>:</span></p></td>
-<td><p>On return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a <a class="link" href="nm-dbus-types.html#NMRollbackResult" title="enum NMRollbackResult">RollbackResult</a>.</p></td>
+<td><p>
+On return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a <a class="link" href="nm-dbus-types.html#NMRollbackResult" title="enum NMRollbackResult">RollbackResult</a>.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -634,15 +735,17 @@ CheckpointRollback (IN  o     checkpoint,
 CheckpointAdjustRollbackTimeout (IN  o checkpoint,
                                  IN  u add_timeout);
 </pre>
-<p>        Reset the timeout for rollback for the checkpoint.
+<p>
+Reset the timeout for rollback for the checkpoint.
 </p>
-<p>        Note that the added seconds start counting from now,
-        not "Created" timestamp or the previous expiration
-        time. Note that the "Created" property of the checkpoint
-        will stay unchanged by this call. However, the "RollbackTimeout"
-        will be recalculated to give the approximate new expiration time.
-        The new "RollbackTimeout" property will be approximate up to
-        one second precision, which is the accuracy of the property.
+<p>
+Note that the added seconds start counting from now,
+not "Created" timestamp or the previous expiration
+time. Note that the "Created" property of the checkpoint
+will stay unchanged by this call. However, the "RollbackTimeout"
+will be recalculated to give the approximate new expiration time.
+The new "RollbackTimeout" property will be approximate up to
+one second precision, which is the accuracy of the property.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -652,11 +755,15 @@ CheckpointAdjustRollbackTimeout (IN  o checkpoint,
 <tbody>
 <tr>
 <td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td>
-<td><p>The checkpoint to be rolled back.</p></td>
+<td><p>
+The checkpoint to be rolled back.
+</p></td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>add_timeout</code></em></code>:</span></p></td>
-<td><p>Number of seconds from <span class="emphasis"><em>now</em></span> in which the timeout will expire. Set to 0 to disable the timeout.</p></td>
+<td><p>
+Number of seconds from <span class="emphasis"><em>now</em></span> in which the timeout will expire. Set to 0 to disable the timeout.
+</p></td>
 </tr>
 </tbody>
 </table></div>
@@ -670,8 +777,9 @@ CheckpointAdjustRollbackTimeout (IN  o checkpoint,
 <pre class="programlisting">
 CheckPermissions ();
 </pre>
-<p>        Emitted when system authorization details change, indicating that clients
-        may wish to recheck permissions with GetPermissions.
+<p>
+Emitted when system authorization details change, indicating that clients
+may wish to recheck permissions with GetPermissions.
 </p>
 </div>
 <hr>
@@ -680,7 +788,8 @@ CheckPermissions ();
 <pre class="programlisting">
 StateChanged (u state);
 </pre>
-<p>        NetworkManager's state changed.
+<p>
+NetworkManager's state changed.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -689,7 +798,9 @@ StateChanged (u state);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">u <em class="parameter"><code>state</code></em></code>:</span></p></td>
-<td><p>(<a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a>) The new state of NetworkManager.</p></td>
+<td><p>
+(<a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a>) The new state of NetworkManager.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -699,7 +810,8 @@ StateChanged (u state);
 <pre class="programlisting">
 DeviceAdded (o device_path);
 </pre>
-<p>        A device was added to the system
+<p>
+A device was added to the system
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -708,7 +820,9 @@ DeviceAdded (o device_path);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">o <em class="parameter"><code>device_path</code></em></code>:</span></p></td>
-<td><p>The object path of the newly added device.</p></td>
+<td><p>
+The object path of the newly added device.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -718,7 +832,8 @@ DeviceAdded (o device_path);
 <pre class="programlisting">
 DeviceRemoved (o device_path);
 </pre>
-<p>        A device was removed from the system, and is no longer available.
+<p>
+A device was removed from the system, and is no longer available.
 </p>
 <div class="variablelist"><table border="0" class="variablelist">
 <colgroup>
@@ -727,7 +842,9 @@ DeviceRemoved (o device_path);
 </colgroup>
 <tbody><tr>
 <td><p><span class="term"><code class="literal">o <em class="parameter"><code>device_path</code></em></code>:</span></p></td>
-<td><p>The object path of the device that was just removed.</p></td>
+<td><p>
+The object path of the device that was just removed.
+</p></td>
 </tr></tbody>
 </table></div>
 </div>
@@ -739,9 +856,10 @@ DeviceRemoved (o device_path);
 <pre class="programlisting">
 Devices  readable   ao
 </pre>
-<p>        The list of realized network devices. Realized devices are those which
-        have backing resources (eg from the kernel or a management daemon like
-        ModemManager, teamd, etc).
+<p>
+The list of realized network devices. Realized devices are those which
+have backing resources (eg from the kernel or a management daemon like
+ModemManager, teamd, etc).
 </p>
 </div>
 <hr>
@@ -750,9 +868,10 @@ Devices  readable   ao
 <pre class="programlisting">
 AllDevices  readable   ao
 </pre>
-<p>        The list of both realized and un-realized network devices. Un-realized
-        devices are software devices which do not yet have backing resources, but
-        for which backing resources can be created if the device is activated.
+<p>
+The list of both realized and un-realized network devices. Un-realized
+devices are software devices which do not yet have backing resources, but
+for which backing resources can be created if the device is activated.
 </p>
 </div>
 <hr>
@@ -761,7 +880,8 @@ AllDevices  readable   ao
 <pre class="programlisting">
 Checkpoints  readable   ao
 </pre>
-<p>        The list of active checkpoints.
+<p>
+The list of active checkpoints.
 </p>
 </div>
 <hr>
@@ -770,8 +890,9 @@ Checkpoints  readable   ao
 <pre class="programlisting">
 NetworkingEnabled  readable   b
 </pre>
-<p>        Indicates if overall networking is currently enabled or not. See the
-        Enable() method.
+<p>
+Indicates if overall networking is currently enabled or not. See the
+Enable() method.
 </p>
 </div>
 <hr>
@@ -780,7 +901,8 @@ NetworkingEnabled  readable   b
 <pre class="programlisting">
 WirelessEnabled  readwrite  b
 </pre>
-<p>        Indicates if wireless is currently enabled or not.
+<p>
+Indicates if wireless is currently enabled or not.
 </p>
 </div>
 <hr>
@@ -789,8 +911,9 @@ WirelessEnabled  readwrite  b
 <pre class="programlisting">
 WirelessHardwareEnabled  readable   b
 </pre>
-<p>        Indicates if the wireless hardware is currently enabled, i.e. the state of
-        the RF kill switch.
+<p>
+Indicates if the wireless hardware is currently enabled, i.e. the state of
+the RF kill switch.
 </p>
 </div>
 <hr>
@@ -799,7 +922,8 @@ WirelessHardwareEnabled  readable   b
 <pre class="programlisting">
 WwanEnabled  readwrite  b
 </pre>
-<p>        Indicates if mobile broadband devices are currently enabled or not.
+<p>
+Indicates if mobile broadband devices are currently enabled or not.
 </p>
 </div>
 <hr>
@@ -808,8 +932,9 @@ WwanEnabled  readwrite  b
 <pre class="programlisting">
 WwanHardwareEnabled  readable   b
 </pre>
-<p>        Indicates if the mobile broadband hardware is currently enabled, i.e. the
-        state of the RF kill switch.
+<p>
+Indicates if the mobile broadband hardware is currently enabled, i.e. the
+state of the RF kill switch.
 </p>
 </div>
 <hr>
@@ -818,8 +943,9 @@ WwanHardwareEnabled  readable   b
 <pre class="programlisting">
 WimaxEnabled  readwrite  b
 </pre>
-<p>        DEPRECATED. Doesn't have any meaning and is around only for
-        compatibility reasons.
+<p>
+DEPRECATED. Doesn't have any meaning and is around only for
+compatibility reasons.
 </p>
 </div>
 <hr>
@@ -828,8 +954,9 @@ WimaxEnabled  readwrite  b
 <pre class="programlisting">
 WimaxHardwareEnabled  readable   b
 </pre>
-<p>        DEPRECATED. Doesn't have any meaning and is around only for
-        compatibility reasons.
+<p>
+DEPRECATED. Doesn't have any meaning and is around only for
+compatibility reasons.
 </p>
 </div>
 <hr>
@@ -838,8 +965,9 @@ WimaxHardwareEnabled  readable   b
 <pre class="programlisting">
 RadioFlags  readable   u
 </pre>
-<p>        Flags related to radio devices. See <a class="link" href="nm-dbus-types.html#NMRadioFlags" title="enum NMRadioFlags">NMRadioFlags</a> for the list of flags
-        supported.
+<p>
+Flags related to radio devices. See <a class="link" href="nm-dbus-types.html#NMRadioFlags" title="enum NMRadioFlags">NMRadioFlags</a> for the list of flags
+supported.
 </p>
 <p class="since">Since 1.38</p>
 </div>
@@ -849,7 +977,8 @@ RadioFlags  readable   u
 <pre class="programlisting">
 ActiveConnections  readable   ao
 </pre>
-<p>        List of active connection object paths.
+<p>
+List of active connection object paths.
 </p>
 </div>
 <hr>
@@ -858,11 +987,12 @@ ActiveConnections  readable   ao
 <pre class="programlisting">
 PrimaryConnection  readable   o
 </pre>
-<p>        The object path of the "primary" active connection being used to access
-        the network. In particular, if there is no VPN active, or the VPN does not
-        have the default route, then this indicates the connection that has the
-        default route. If there is a VPN active with the default route, then this
-        indicates the connection that contains the route to the VPN endpoint.
+<p>
+The object path of the "primary" active connection being used to access
+the network. In particular, if there is no VPN active, or the VPN does not
+have the default route, then this indicates the connection that has the
+default route. If there is a VPN active with the default route, then this
+indicates the connection that contains the route to the VPN endpoint.
 </p>
 </div>
 <hr>
@@ -871,9 +1001,10 @@ PrimaryConnection  readable   o
 <pre class="programlisting">
 PrimaryConnectionType  readable   s
 </pre>
-<p>        The connection type of the "primary" active connection being used to
-        access the network. This is the same as the Type property on the object
-        indicated by PrimaryConnection.
+<p>
+The connection type of the "primary" active connection being used to
+access the network. This is the same as the Type property on the object
+indicated by PrimaryConnection.
 </p>
 </div>
 <hr>
@@ -882,10 +1013,12 @@ PrimaryConnectionType  readable   s
 <pre class="programlisting">
 Metered  readable   u
 </pre>
-<p>        Indicates whether the connectivity is metered. This is equivalent to the
-        metered property of the device associated with the primary connection.
+<p>
+Indicates whether the connectivity is metered. This is equivalent to the
+metered property of the device associated with the primary connection.
 </p>
-<p>        Returns: <a class="link" href="nm-dbus-types.html#NMMetered" title="enum NMMetered">NMMetered</a>
+<p>
+Returns: <a class="link" href="nm-dbus-types.html#NMMetered" title="enum NMMetered">NMMetered</a>
 </p>
 </div>
 <hr>
@@ -894,9 +1027,10 @@ Metered  readable   u
 <pre class="programlisting">
 ActivatingConnection  readable   o
 </pre>
-<p>        The object path of an active connection that is currently being activated
-        and which is expected to become the new PrimaryConnection when it finishes
-        activating.
+<p>
+The object path of an active connection that is currently being activated
+and which is expected to become the new PrimaryConnection when it finishes
+activating.
 </p>
 </div>
 <hr>
@@ -905,9 +1039,10 @@ ActivatingConnection  readable   o
 <pre class="programlisting">
 Startup  readable   b
 </pre>
-<p>        Indicates whether NM is still starting up; this becomes FALSE when NM has
-        finished attempting to activate every connection that it might be able to
-        activate at startup.
+<p>
+Indicates whether NM is still starting up; this becomes FALSE when NM has
+finished attempting to activate every connection that it might be able to
+activate at startup.
 </p>
 </div>
 <hr>
@@ -916,7 +1051,8 @@ Startup  readable   b
 <pre class="programlisting">
 Version  readable   s
 </pre>
-<p>        NetworkManager version.
+<p>
+NetworkManager version.
 </p>
 </div>
 <hr>
@@ -925,9 +1061,10 @@ Version  readable   s
 <pre class="programlisting">
 Capabilities  readable   au
 </pre>
-<p>        The current set of capabilities. See <a class="link" href="nm-dbus-types.html#NMCapability" title="enum NMCapability">NMCapability</a> for currently
-        defined capability numbers. The array is guaranteed to
-        be sorted in ascending order without duplicates.
+<p>
+The current set of capabilities. See <a class="link" href="nm-dbus-types.html#NMCapability" title="enum NMCapability">NMCapability</a> for currently
+defined capability numbers. The array is guaranteed to
+be sorted in ascending order without duplicates.
 </p>
 </div>
 <hr>
@@ -936,18 +1073,22 @@ Capabilities  readable   au
 <pre class="programlisting">
 State  readable   u
 </pre>
-<p>        The overall state of the NetworkManager daemon.
+<p>
+The overall state of the NetworkManager daemon.
 </p>
-<p>        This takes state of all active connections and the connectivity state into account
-        to produce a single indicator of the network accessibility status.
+<p>
+This takes state of all active connections and the connectivity state into account
+to produce a single indicator of the network accessibility status.
 </p>
-<p>        The graphical shells may use this property to provide network connection status
-        indication and applications may use this to check if Internet connection is
-        accessible. Shell that is able to cope with captive portals should use the
-        "Connectivity" property to decide whether to present a captive portal authentication
-        dialog.
+<p>
+The graphical shells may use this property to provide network connection status
+indication and applications may use this to check if Internet connection is
+accessible. Shell that is able to cope with captive portals should use the
+"Connectivity" property to decide whether to present a captive portal authentication
+dialog.
 </p>
-<p>        Returns: <a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a>
+<p>
+Returns: <a class="link" href="nm-dbus-types.html#NMState" title="enum NMState">NMState</a>
 </p>
 </div>
 <hr>
@@ -956,21 +1097,25 @@ State  readable   u
 <pre class="programlisting">
 Connectivity  readable   u
 </pre>
-<p>        The result of the last connectivity check. The connectivity check is triggered
-        automatically when a default connection becomes available, periodically and by
-        calling a CheckConnectivity() method.
+<p>
+The result of the last connectivity check. The connectivity check is triggered
+automatically when a default connection becomes available, periodically and by
+calling a CheckConnectivity() method.
 </p>
-<p>        This property is in general useful for the graphical shell to determine whether
-        the Internet access is being hijacked by an authentication gateway (a "captive
-        portal"). In such case it would typically present a web browser window to give
-        the user a chance to authenticate and call CheckConnectivity() when the user
-        submits a form or dismisses the window.
+<p>
+This property is in general useful for the graphical shell to determine whether
+the Internet access is being hijacked by an authentication gateway (a "captive
+portal"). In such case it would typically present a web browser window to give
+the user a chance to authenticate and call CheckConnectivity() when the user
+submits a form or dismisses the window.
 </p>
-<p>        To determine the whether the user is able to access the Internet without dealing
-        with captive portals (e.g. to provide a network connection indicator or disable
-        controls that require Internet access), the "State" property is more suitable.
+<p>
+To determine the whether the user is able to access the Internet without dealing
+with captive portals (e.g. to provide a network connection indicator or disable
+controls that require Internet access), the "State" property is more suitable.
 </p>
-<p>        Returns: <a class="link" href="nm-dbus-types.html#NMConnectivityState" title="enum NMConnectivityState">NMConnectivityState</a>
+<p>
+Returns: <a class="link" href="nm-dbus-types.html#NMConnectivityState" title="enum NMConnectivityState">NMConnectivityState</a>
 </p>
 </div>
 <hr>
@@ -979,13 +1124,15 @@ Connectivity  readable   u
 <pre class="programlisting">
 ConnectivityCheckAvailable  readable   b
 </pre>
-<p>        Indicates whether connectivity checking service has been
-        configured.  This may return true even if the service is not
-        currently enabled.
+<p>
+Indicates whether connectivity checking service has been
+configured.  This may return true even if the service is not
+currently enabled.
 </p>
-<p>        This is primarily intended for use in a privacy control panel,
-        as a way to determine whether to show an option to
-        enable/disable the feature.
+<p>
+This is primarily intended for use in a privacy control panel,
+as a way to determine whether to show an option to
+enable/disable the feature.
 </p>
 </div>
 <hr>
@@ -994,9 +1141,10 @@ ConnectivityCheckAvailable  readable   b
 <pre class="programlisting">
 ConnectivityCheckEnabled  readwrite  b
 </pre>
-<p>        Indicates whether connectivity checking is enabled.  This
-        property can also be written to disable connectivity
-        checking (as a privacy control panel might want to do).
+<p>
+Indicates whether connectivity checking is enabled.  This
+property can also be written to disable connectivity
+checking (as a privacy control panel might want to do).
 </p>
 </div>
 <hr>
@@ -1005,7 +1153,8 @@ ConnectivityCheckEnabled  readwrite  b
 <pre class="programlisting">
 ConnectivityCheckUri  readable   s
 </pre>
-<p>        The URI that NetworkManager will hit to check if there is internet connectivity.
+<p>
+The URI that NetworkManager will hit to check if there is internet connectivity.
 </p>
 </div>
 <hr>
@@ -1014,19 +1163,20 @@ ConnectivityCheckUri  readable   s
 <pre class="programlisting">
 GlobalDnsConfiguration  readwrite  a{sv}
 </pre>
-<p>        Dictionary of global DNS settings where the key is one of "searches",
-        "options" and "domains". The values for the "searches" and "options" keys
-        are string arrays describing the list of search domains and resolver
-        options, respectively. The value of the "domains" key is a second-level
-        dictionary, where each key is a domain name, and each key's value is a
-        third-level dictionary with the keys "servers" and "options". "servers" is
-        a string array of DNS servers, "options" is a string array of
-        domain-specific options.
+<p>
+Dictionary of global DNS settings where the key is one of "searches",
+"options" and "domains". The values for the "searches" and "options" keys
+are string arrays describing the list of search domains and resolver
+options, respectively. The value of the "domains" key is a second-level
+dictionary, where each key is a domain name, and each key's value is a
+third-level dictionary with the keys "servers" and "options". "servers" is
+a string array of DNS servers, "options" is a string array of
+domain-specific options.
 </p>
 </div>
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.0</div>
+<hr>Generated by GTK-Doc V1.33.1</div>
 </body>
 </html>
\ No newline at end of file