summary refs log tree commit diff
path: root/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml
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/dbus-org.freedesktop.NetworkManager.Device.xml
parentf7c750061dab327e638c0129cfafd5b2215b3a2e (diff)
New upstream version 1.38.4 upstream/1.38.4
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.xml')
-rw-r--r--docs/api/dbus-org.freedesktop.NetworkManager.Device.xml361
1 files changed, 215 insertions, 146 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml
index cf1410be..0d73ca72 100644
--- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml
+++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml
@@ -65,7 +65,9 @@
   </refsect1>
 <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-Device">
   <title role="desc.title">Description</title>
-  <para></para>
+  <para>
+</para><para>
+</para>
 </refsect1>
 <refsect1 role="details" id="gdbus-methods-org.freedesktop.NetworkManager.Device">
   <title role="details.title">Method Details</title>
@@ -77,39 +79,46 @@ Reapply (IN  a{sa{sv}} connection,
          IN  t         version_id,
          IN  u         flags);
 </programlisting>
-<para>        Attempts to update the configuration of a device without deactivating it.
-        NetworkManager has the concept of connections, which are profiles that
-        contain the configuration for a networking device. Those connections are
-        exposed via D-Bus as individual objects that can be created, modified and
-        deleted. When activating such a settings-connection on a device, the
-        settings-connection is cloned to become an applied-connection and used to
-        configure the device (see GetAppliedConnection). Subsequent modification
-        of the settings-connection don't propagate automatically to the device's
-        applied-connection (with exception of the firewall-zone and the metered
-        property). For the changes to take effect, you can either re-activate the
-        settings-connection, or call Reapply. The Reapply call allows you to
-        directly update the applied-connection and reconfigure the device. Reapply
-        can also be useful if the currently applied-connection is equal to the
-        connection that is about to be reapplied. This allows to reconfigure the
-        device and revert external changes like removing or adding an IP address
-        (which NetworkManager doesn't revert automatically because it is assumed
-        that the user made these changes intentionally outside of NetworkManager).
-        Reapply can make the applied-connection different from the
-        settings-connection, just like updating the settings-connection can make
-        them different.
+<para>
+Attempts to update the configuration of a device without deactivating it.
+NetworkManager has the concept of connections, which are profiles that
+contain the configuration for a networking device. Those connections are
+exposed via D-Bus as individual objects that can be created, modified and
+deleted. When activating such a settings-connection on a device, the
+settings-connection is cloned to become an applied-connection and used to
+configure the device (see GetAppliedConnection). Subsequent modification
+of the settings-connection don't propagate automatically to the device's
+applied-connection (with exception of the firewall-zone and the metered
+property). For the changes to take effect, you can either re-activate the
+settings-connection, or call Reapply. The Reapply call allows you to
+directly update the applied-connection and reconfigure the device. Reapply
+can also be useful if the currently applied-connection is equal to the
+connection that is about to be reapplied. This allows to reconfigure the
+device and revert external changes like removing or adding an IP address
+(which NetworkManager doesn't revert automatically because it is assumed
+that the user made these changes intentionally outside of NetworkManager).
+Reapply can make the applied-connection different from the
+settings-connection, just like updating the settings-connection can make
+them different.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>IN a{sa{sv}} <parameter>connection</parameter></literal>:</term>
-  <listitem><para>The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarily differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses.</para></listitem>
+  <listitem><para>
+The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarily differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>IN t <parameter>version_id</parameter></literal>:</term>
-  <listitem><para>If non-zero, the current version id of the applied-connection must match. The current version id can be retrieved via GetAppliedConnection. This optional argument allows to catch concurrent modifications between the GetAppliedConnection call and Reapply.</para></listitem>
+  <listitem><para>
+If non-zero, the current version id of the applied-connection must match. The current version id can be retrieved via GetAppliedConnection. This optional argument allows to catch concurrent modifications between the GetAppliedConnection call and Reapply.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>IN u <parameter>flags</parameter></literal>:</term>
-  <listitem><para>Flags which would modify the behavior of the Reapply call. There are no flags defined currently and the users should use the value of 0.</para></listitem>
+  <listitem><para>
+Flags which would modify the behavior of the Reapply call. There are no flags defined currently and the users should use the value of 0.
+</para></listitem>
 </varlistentry>
 </variablelist>
 </refsect2>
@@ -121,26 +130,33 @@ GetAppliedConnection (IN  u         flags,
                       OUT a{sa{sv}} connection,
                       OUT t         version_id);
 </programlisting>
-<para>        Get the currently applied connection on the device. This is a snapshot of
-        the last activated connection on the device, that is the configuration
-        that is currently applied on the device. Usually this is the same as
-        GetSettings of the referenced settings connection. However, it can differ
-        if the settings connection was subsequently modified or the applied
-        connection was modified by Reapply. The applied connection is set when
-        activating a device or when calling Reapply.
+<para>
+Get the currently applied connection on the device. This is a snapshot of
+the last activated connection on the device, that is the configuration
+that is currently applied on the device. Usually this is the same as
+GetSettings of the referenced settings connection. However, it can differ
+if the settings connection was subsequently modified or the applied
+connection was modified by Reapply. The applied connection is set when
+activating a device or when calling Reapply.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>IN u <parameter>flags</parameter></literal>:</term>
-  <listitem><para>Flags which would modify the behavior of the GetAppliedConnection call. There are no flags defined currently and the users should use the value of 0.</para></listitem>
+  <listitem><para>
+Flags which would modify the behavior of the GetAppliedConnection call. There are no flags defined currently and the users should use the value of 0.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>OUT a{sa{sv}} <parameter>connection</parameter></literal>:</term>
-  <listitem><para>The effective connection settings that the connection has currently applied.</para></listitem>
+  <listitem><para>
+The effective connection settings that the connection has currently applied.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>OUT t <parameter>version_id</parameter></literal>:</term>
-  <listitem><para>The version-id of the currently applied connection. This can be specified during Reapply to avoid races where you first fetch the applied connection, modify it and try to reapply it. If the applied connection is modified in the meantime, the version_id gets incremented and Reapply will fail.</para></listitem>
+  <listitem><para>
+The version-id of the currently applied connection. This can be specified during Reapply to avoid races where you first fetch the applied connection, modify it and try to reapply it. If the applied connection is modified in the meantime, the version_id gets incremented and Reapply will fail.
+</para></listitem>
 </varlistentry>
 </variablelist>
 </refsect2>
@@ -150,8 +166,9 @@ GetAppliedConnection (IN  u         flags,
 <programlisting>
 Disconnect ();
 </programlisting>
-<para>        Disconnects a device and prevents the device from automatically activating
-        further connections without user intervention.
+<para>
+Disconnects a device and prevents the device from automatically activating
+further connections without user intervention.
 </para>
 </refsect2>
 <refsect2 role="method" id="gdbus-method-org-freedesktop-NetworkManager-Device.Delete">
@@ -160,9 +177,10 @@ Disconnect ();
 <programlisting>
 Delete ();
 </programlisting>
-<para>        Deletes a software device from NetworkManager and removes the interface
-        from the system. The method returns an error when called for a hardware
-        device.
+<para>
+Deletes a software device from NetworkManager and removes the interface
+from the system. The method returns an error when called for a hardware
+device.
 </para>
 </refsect2>
 </refsect1>
@@ -176,19 +194,27 @@ StateChanged (u new_state,
               u old_state,
               u reason);
 </programlisting>
-<para></para>
+<para>
+</para><para>
+</para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>u <parameter>new_state</parameter></literal>:</term>
-  <listitem><para>(<link linkend="NMDeviceState">NMDeviceState</link>) The new state of the device.</para></listitem>
+  <listitem><para>
+(<link linkend="NMDeviceState">NMDeviceState</link>) The new state of the device.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>u <parameter>old_state</parameter></literal>:</term>
-  <listitem><para>(<link linkend="NMDeviceState">NMDeviceState</link>) The previous state of the device.</para></listitem>
+  <listitem><para>
+(<link linkend="NMDeviceState">NMDeviceState</link>) The previous state of the device.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>u <parameter>reason</parameter></literal>:</term>
-  <listitem><para>(<link linkend="NMDeviceStateReason">NMDeviceStateReason</link>) A reason for the state transition.</para></listitem>
+  <listitem><para>
+(<link linkend="NMDeviceStateReason">NMDeviceStateReason</link>) A reason for the state transition.
+</para></listitem>
 </varlistentry>
 </variablelist>
 </refsect2>
@@ -201,19 +227,21 @@ StateChanged (u new_state,
 <programlisting>
 Udi  readable   s
 </programlisting>
-<para>        Operating-system specific transient device hardware identifier. This is an
-        opaque string representing the underlying hardware for the device, and
-        shouldn't be used to keep track of individual devices. For some device
-        types (Bluetooth, Modems) it is an identifier used by the hardware service
-        (ie bluez or ModemManager) to refer to that device, and client programs
-        use it get additional information from those services which NM does not
-        provide. The Udi is not guaranteed to be consistent across reboots or
-        hotplugs of the hardware. If you're looking for a way to uniquely track
-        each device in your application, use the object path. If you're looking
-        for a way to track a specific piece of hardware across reboot or hotplug,
-        use a MAC address or USB serial number.
-</para><para>        Note that non-UTF-8 characters are backslash escaped. Use g_strcompress()
-        to obtain the true (non-UTF-8) string.
+<para>
+Operating-system specific transient device hardware identifier. This is an
+opaque string representing the underlying hardware for the device, and
+shouldn't be used to keep track of individual devices. For some device
+types (Bluetooth, Modems) it is an identifier used by the hardware service
+(ie bluez or ModemManager) to refer to that device, and client programs
+use it get additional information from those services which NM does not
+provide. The Udi is not guaranteed to be consistent across reboots or
+hotplugs of the hardware. If you're looking for a way to uniquely track
+each device in your application, use the object path. If you're looking
+for a way to track a specific piece of hardware across reboot or hotplug,
+use a MAC address or USB serial number.
+</para><para>
+Note that non-UTF-8 characters are backslash escaped. Use g_strcompress()
+to obtain the true (non-UTF-8) string.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Path">
@@ -222,9 +250,11 @@ Udi  readable   s
 <programlisting>
 Path  readable   s
 </programlisting>
-<para>        The path of the device as exposed by the udev property ID_PATH.
-</para><para>        Note that non-UTF-8 characters are backslash escaped. Use g_strcompress()
-        to obtain the true (non-UTF-8) string.
+<para>
+The path of the device as exposed by the udev property ID_PATH.
+</para><para>
+Note that non-UTF-8 characters are backslash escaped. Use g_strcompress()
+to obtain the true (non-UTF-8) string.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Interface">
@@ -233,10 +263,11 @@ Path  readable   s
 <programlisting>
 Interface  readable   s
 </programlisting>
-<para>        The name of the device's control (and often data) interface.
-        Note that non UTF-8 characters are backslash escaped, so the
-        resulting name may be longer then 15 characters. Use g_strcompress()
-        to revert the escaping.
+<para>
+The name of the device's control (and often data) interface.
+Note that non UTF-8 characters are backslash escaped, so the
+resulting name may be longer then 15 characters. Use g_strcompress()
+to revert the escaping.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.IpInterface">
@@ -245,13 +276,14 @@ Interface  readable   s
 <programlisting>
 IpInterface  readable   s
 </programlisting>
-<para>        The name of the device's data interface when available. This property may
-        not refer to the actual data interface until the device has successfully
-        established a data connection, indicated by the device's State becoming
-        ACTIVATED.
-        Note that non UTF-8 characters are backslash escaped, so the
-        resulting name may be longer then 15 characters. Use g_strcompress()
-        to revert the escaping.
+<para>
+The name of the device's data interface when available. This property may
+not refer to the actual data interface until the device has successfully
+established a data connection, indicated by the device's State becoming
+ACTIVATED.
+Note that non UTF-8 characters are backslash escaped, so the
+resulting name may be longer then 15 characters. Use g_strcompress()
+to revert the escaping.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Driver">
@@ -260,9 +292,10 @@ IpInterface  readable   s
 <programlisting>
 Driver  readable   s
 </programlisting>
-<para>        The driver handling the device.
-        Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
-        to revert.
+<para>
+The driver handling the device.
+Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+to revert.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.DriverVersion">
@@ -271,9 +304,10 @@ Driver  readable   s
 <programlisting>
 DriverVersion  readable   s
 </programlisting>
-<para>        The version of the driver handling the device.
-        Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
-        to revert.
+<para>
+The version of the driver handling the device.
+Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+to revert.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareVersion">
@@ -282,9 +316,10 @@ DriverVersion  readable   s
 <programlisting>
 FirmwareVersion  readable   s
 </programlisting>
-<para>        The firmware version for the device.
-        Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
-        to revert.
+<para>
+The firmware version for the device.
+Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+to revert.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Capabilities">
@@ -293,8 +328,10 @@ FirmwareVersion  readable   s
 <programlisting>
 Capabilities  readable   u
 </programlisting>
-<para>        Flags describing the capabilities of the device.
-</para><para>        Returns: <link linkend="NMDeviceCapabilities">NMDeviceCapabilities</link>
+<para>
+Flags describing the capabilities of the device.
+</para><para>
+Returns: <link linkend="NMDeviceCapabilities">NMDeviceCapabilities</link>
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Address">
@@ -303,8 +340,9 @@ Capabilities  readable   u
 <programlisting>
 Ip4Address  readable   u
 </programlisting>
-<para>        DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object
-        instead. This property always returns 0.0.0.0 (numeric 0) as address.
+<para>
+DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object
+instead. This property always returns 0.0.0.0 (numeric 0) as address.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.State">
@@ -313,8 +351,10 @@ Ip4Address  readable   u
 <programlisting>
 State  readable   u
 </programlisting>
-<para>        The current state of the device.
-</para><para>        Returns: <link linkend="NMDeviceState">NMDeviceState</link>
+<para>
+The current state of the device.
+</para><para>
+Returns: <link linkend="NMDeviceState">NMDeviceState</link>
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.StateReason">
@@ -323,8 +363,10 @@ State  readable   u
 <programlisting>
 StateReason  readable   (uu)
 </programlisting>
-<para>        The current state and reason for changing to that state.
-</para><para>        Returns: A tuple of  <link linkend="NMDeviceState">NMDeviceState</link> and  <link linkend="NMDeviceStateReason">NMDeviceStateReason</link>.
+<para>
+The current state and reason for changing to that state.
+</para><para>
+Returns: A tuple of  <link linkend="NMDeviceState">NMDeviceState</link> and  <link linkend="NMDeviceStateReason">NMDeviceStateReason</link>.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.ActiveConnection">
@@ -333,10 +375,11 @@ StateReason  readable   (uu)
 <programlisting>
 ActiveConnection  readable   o
 </programlisting>
-<para>        Object path of an ActiveConnection object that "owns" this device during
-        activation. The ActiveConnection object tracks the life-cycle of a
-        connection to a specific network and implements the
-        org.freedesktop.NetworkManager.Connection.Active D-Bus interface.
+<para>
+Object path of an ActiveConnection object that "owns" this device during
+activation. The ActiveConnection object tracks the life-cycle of a
+connection to a specific network and implements the
+org.freedesktop.NetworkManager.Connection.Active D-Bus interface.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Config">
@@ -345,9 +388,10 @@ ActiveConnection  readable   o
 <programlisting>
 Ip4Config  readable   o
 </programlisting>
-<para>        Object path of the Ip4Config object describing the configuration of the
-        device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED
-        state.
+<para>
+Object path of the Ip4Config object describing the configuration of the
+device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED
+state.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp4Config">
@@ -356,9 +400,10 @@ Ip4Config  readable   o
 <programlisting>
 Dhcp4Config  readable   o
 </programlisting>
-<para>        Object path of the Dhcp4Config object describing the DHCP options returned
-        by the DHCP server. Only valid when the device is in the
-        NM_DEVICE_STATE_ACTIVATED state.
+<para>
+Object path of the Dhcp4Config object describing the DHCP options returned
+by the DHCP server. Only valid when the device is in the
+NM_DEVICE_STATE_ACTIVATED state.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip6Config">
@@ -367,9 +412,10 @@ Dhcp4Config  readable   o
 <programlisting>
 Ip6Config  readable   o
 </programlisting>
-<para>        Object path of the Ip6Config object describing the configuration of the
-        device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED
-        state.
+<para>
+Object path of the Ip6Config object describing the configuration of the
+device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED
+state.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp6Config">
@@ -378,9 +424,10 @@ Ip6Config  readable   o
 <programlisting>
 Dhcp6Config  readable   o
 </programlisting>
-<para>        Object path of the Dhcp6Config object describing the DHCP options returned
-        by the DHCP server. Only valid when the device is in the
-        NM_DEVICE_STATE_ACTIVATED state.
+<para>
+Object path of the Dhcp6Config object describing the DHCP options returned
+by the DHCP server. Only valid when the device is in the
+NM_DEVICE_STATE_ACTIVATED state.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Managed">
@@ -389,10 +436,11 @@ Dhcp6Config  readable   o
 <programlisting>
 Managed  readwrite  b
 </programlisting>
-<para>        Whether or not this device is managed by NetworkManager. Setting this
-        property has a similar effect to configuring the device as unmanaged via
-        the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to
-        this value are not persistent and lost after NetworkManager restart.
+<para>
+Whether or not this device is managed by NetworkManager. Setting this
+property has a similar effect to configuring the device as unmanaged via
+the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to
+this value are not persistent and lost after NetworkManager restart.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Autoconnect">
@@ -401,11 +449,12 @@ Managed  readwrite  b
 <programlisting>
 Autoconnect  readwrite  b
 </programlisting>
-<para>        If TRUE, indicates the device is allowed to autoconnect. If FALSE, manual
-        intervention is required before the device will automatically connect to a
-        known network, such as activating a connection using the device, or
-        setting this property to TRUE. This property cannot be set to TRUE for
-        default-unmanaged devices, since they never autoconnect.
+<para>
+If TRUE, indicates the device is allowed to autoconnect. If FALSE, manual
+intervention is required before the device will automatically connect to a
+known network, such as activating a connection using the device, or
+setting this property to TRUE. This property cannot be set to TRUE for
+default-unmanaged devices, since they never autoconnect.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareMissing">
@@ -414,8 +463,9 @@ Autoconnect  readwrite  b
 <programlisting>
 FirmwareMissing  readable   b
 </programlisting>
-<para>        If TRUE, indicates the device is likely missing firmware necessary for its
-        operation.
+<para>
+If TRUE, indicates the device is likely missing firmware necessary for its
+operation.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.NmPluginMissing">
@@ -424,8 +474,9 @@ FirmwareMissing  readable   b
 <programlisting>
 NmPluginMissing  readable   b
 </programlisting>
-<para>        If TRUE, indicates the NetworkManager plugin for the device is likely
-        missing or misconfigured.
+<para>
+If TRUE, indicates the NetworkManager plugin for the device is likely
+missing or misconfigured.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.DeviceType">
@@ -434,8 +485,10 @@ NmPluginMissing  readable   b
 <programlisting>
 DeviceType  readable   u
 </programlisting>
-<para>        The general type of the network device; ie Ethernet, Wi-Fi, etc.
-</para><para>        Returns: <link linkend="NMDeviceType">NMDeviceType</link>
+<para>
+The general type of the network device; ie Ethernet, Wi-Fi, etc.
+</para><para>
+Returns: <link linkend="NMDeviceType">NMDeviceType</link>
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.AvailableConnections">
@@ -444,8 +497,9 @@ DeviceType  readable   u
 <programlisting>
 AvailableConnections  readable   ao
 </programlisting>
-<para>        An array of object paths of every configured connection that is currently
-        'available' through this device.
+<para>
+An array of object paths of every configured connection that is currently
+'available' through this device.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.PhysicalPortId">
@@ -454,10 +508,11 @@ AvailableConnections  readable   ao
 <programlisting>
 PhysicalPortId  readable   s
 </programlisting>
-<para>        If non-empty, an (opaque) indicator of the physical network port
-        associated with the device. This can be used to recognize when two
-        seemingly-separate hardware devices are actually just different virtual
-        interfaces to the same physical port.
+<para>
+If non-empty, an (opaque) indicator of the physical network port
+associated with the device. This can be used to recognize when two
+seemingly-separate hardware devices are actually just different virtual
+interfaces to the same physical port.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Mtu">
@@ -466,7 +521,8 @@ PhysicalPortId  readable   s
 <programlisting>
 Mtu  readable   u
 </programlisting>
-<para>        The device MTU (maximum transmission unit).
+<para>
+The device MTU (maximum transmission unit).
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Metered">
@@ -475,9 +531,11 @@ Mtu  readable   u
 <programlisting>
 Metered  readable   u
 </programlisting>
-<para>        Whether the amount of traffic flowing through the device is subject to
-        limitations, for example set by service providers.
-</para><para>        Returns: <link linkend="NMMetered">NMMetered</link>
+<para>
+Whether the amount of traffic flowing through the device is subject to
+limitations, for example set by service providers.
+</para><para>
+Returns: <link linkend="NMMetered">NMMetered</link>
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.LldpNeighbors">
@@ -486,8 +544,9 @@ Metered  readable   u
 <programlisting>
 LldpNeighbors  readable   aa{sv}
 </programlisting>
-<para>        Array of LLDP neighbors; each element is a dictionary mapping LLDP TLV
-        names to variant boxed values.
+<para>
+Array of LLDP neighbors; each element is a dictionary mapping LLDP TLV
+names to variant boxed values.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Real">
@@ -496,9 +555,10 @@ LldpNeighbors  readable   aa{sv}
 <programlisting>
 Real  readable   b
 </programlisting>
-<para>        True if the device exists, or False for placeholder devices that do not
-        yet exist but could be automatically created by NetworkManager if one of
-        their AvailableConnections was activated.
+<para>
+True if the device exists, or False for placeholder devices that do not
+yet exist but could be automatically created by NetworkManager if one of
+their AvailableConnections was activated.
 </para>
 </refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Connectivity">
@@ -507,8 +567,10 @@ Real  readable   b
 <programlisting>
 Ip4Connectivity  readable   u
 </programlisting>
-<para>        The result of the last IPv4 connectivity check.
-</para><para>        Returns: <link linkend="NMConnectivityState">NMConnectivityState</link>
+<para>
+The result of the last IPv4 connectivity check.
+</para><para>
+Returns: <link linkend="NMConnectivityState">NMConnectivityState</link>
 </para>
 <para role="since">Since 1.16</para>
 </refsect2>
@@ -518,8 +580,10 @@ Ip4Connectivity  readable   u
 <programlisting>
 Ip6Connectivity  readable   u
 </programlisting>
-<para>        The result of the last IPv6 connectivity check.
-</para><para>        Returns: <link linkend="NMConnectivityState">NMConnectivityState</link>
+<para>
+The result of the last IPv6 connectivity check.
+</para><para>
+Returns: <link linkend="NMConnectivityState">NMConnectivityState</link>
 </para>
 <para role="since">Since 1.16</para>
 </refsect2>
@@ -529,9 +593,10 @@ Ip6Connectivity  readable   u
 <programlisting>
 InterfaceFlags  readable   u
 </programlisting>
-<para>        The flags of the network interface. See
-        <link linkend="NMDeviceInterfaceFlags">NMDeviceInterfaceFlags</link> for
-        the currently defined flags.
+<para>
+The flags of the network interface. See
+<link linkend="NMDeviceInterfaceFlags">NMDeviceInterfaceFlags</link> for
+the currently defined flags.
 </para>
 <para role="since">Since 1.22</para>
 </refsect2>
@@ -541,8 +606,10 @@ InterfaceFlags  readable   u
 <programlisting>
 HwAddress  readable   s
 </programlisting>
-<para>        The hardware address of the device.
-</para><para>        This replaces the other 'HwAddress' properties on the device-specific D-Bus interfaces.
+<para>
+The hardware address of the device.
+</para><para>
+This replaces the other 'HwAddress' properties on the device-specific D-Bus interfaces.
 </para>
 <para role="since">Since 1.24</para>
 </refsect2>
@@ -552,10 +619,12 @@ HwAddress  readable   s
 <programlisting>
 Ports  readable   ao
 </programlisting>
-<para>        The port devices of the controller device.
-</para><para>        Array of object paths representing devices which are currently set as
-        port of this device. This replaces the 'Slaves' properties on the
-        device-specific D-Bus interfaces.
+<para>
+The port devices of the controller device.
+</para><para>
+Array of object paths representing devices which are currently set as
+port of this device. This replaces the 'Slaves' properties on the
+device-specific D-Bus interfaces.
 </para>
 <para role="since">Since 1.34</para>
 </refsect2>