about summary refs log tree commit diff
path: root/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html')
-rw-r--r--docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html70
1 files changed, 43 insertions, 27 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html
index 7ece5e37..ef2a7e63 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html
@@ -52,7 +52,10 @@
 </div>
 <div class="refsect1">
 <a name="gdbus-interface-org-freedesktop-NetworkManager-IP4Config"></a><h2>Description</h2>
-<p></p>
+<p>
+</p>
+<p>
+</p>
 </div>
 <div class="refsect1">
 <a name="gdbus-properties-org.freedesktop.NetworkManager.IP4Config"></a><h2>Property Details</h2>
@@ -61,9 +64,10 @@
 <pre class="programlisting">
 Addresses  readable   aau
 </pre>
-<p>        Array of arrays of IPv4 address/prefix/gateway. All 3 elements of each
-        array are in network byte order. Essentially: [(addr, prefix, gateway),
-        (addr, prefix, gateway), ...] Deprecated: use AddressData and Gateway
+<p>
+Array of arrays of IPv4 address/prefix/gateway. All 3 elements of each
+array are in network byte order. Essentially: [(addr, prefix, gateway),
+(addr, prefix, gateway), ...] Deprecated: use AddressData and Gateway
 </p>
 </div>
 <hr>
@@ -72,9 +76,10 @@ Addresses  readable   aau
 <pre class="programlisting">
 AddressData  readable   aa{sv}
 </pre>
-<p>        Array of IP address data objects. All addresses will include "address" (an
-        IP address string), and "prefix" (a uint). Some addresses may include
-        additional attributes.
+<p>
+Array of IP address data objects. All addresses will include "address" (an
+IP address string), and "prefix" (a uint). Some addresses may include
+additional attributes.
 </p>
 </div>
 <hr>
@@ -83,7 +88,8 @@ AddressData  readable   aa{sv}
 <pre class="programlisting">
 Gateway  readable   s
 </pre>
-<p>        The gateway in use.
+<p>
+The gateway in use.
 </p>
 </div>
 <hr>
@@ -92,11 +98,12 @@ Gateway  readable   s
 <pre class="programlisting">
 Routes  readable   aau
 </pre>
-<p>        Arrays of IPv4 route/prefix/next-hop/metric. All 4 elements of each tuple
-        are in network byte order. 'route' and 'next hop' are IPv4 addresses,
-        while prefix and metric are simple unsigned integers. Essentially:
-        [(route, prefix, next-hop, metric), (route, prefix, next-hop, metric),
-        ...] Deprecated: use RouteData
+<p>
+Arrays of IPv4 route/prefix/next-hop/metric. All 4 elements of each tuple
+are in network byte order. 'route' and 'next hop' are IPv4 addresses,
+while prefix and metric are simple unsigned integers. Essentially:
+[(route, prefix, next-hop, metric), (route, prefix, next-hop, metric),
+...] Deprecated: use RouteData
 </p>
 </div>
 <hr>
@@ -105,9 +112,10 @@ Routes  readable   aau
 <pre class="programlisting">
 RouteData  readable   aa{sv}
 </pre>
-<p>        Array of IP route data objects. All routes will include "dest" (an IP
-        address string) and "prefix" (a uint). Some routes may include "next-hop"
-        (an IP address string), "metric" (a uint), and additional attributes.
+<p>
+Array of IP route data objects. All routes will include "dest" (an IP
+address string) and "prefix" (a uint). Some routes may include "next-hop"
+(an IP address string), "metric" (a uint), and additional attributes.
 </p>
 </div>
 <hr>
@@ -116,7 +124,8 @@ RouteData  readable   aa{sv}
 <pre class="programlisting">
 Nameservers  readable   au
 </pre>
-<p>        The nameservers in use. Deprecated: use NameserverData
+<p>
+The nameservers in use. Deprecated: use NameserverData
 </p>
 </div>
 <hr>
@@ -125,8 +134,9 @@ Nameservers  readable   au
 <pre class="programlisting">
 NameserverData  readable   aa{sv}
 </pre>
-<p>        The nameservers in use. Currently, only the value "address"
-        is recognized (with an IP address string).
+<p>
+The nameservers in use. Currently, only the value "address"
+is recognized (with an IP address string).
 </p>
 <p class="since">Since 1.14</p>
 </div>
@@ -136,7 +146,8 @@ NameserverData  readable   aa{sv}
 <pre class="programlisting">
 Domains  readable   as
 </pre>
-<p>        A list of domains this address belongs to.
+<p>
+A list of domains this address belongs to.
 </p>
 </div>
 <hr>
@@ -145,7 +156,8 @@ Domains  readable   as
 <pre class="programlisting">
 Searches  readable   as
 </pre>
-<p>        A list of dns searches.
+<p>
+A list of dns searches.
 </p>
 </div>
 <hr>
@@ -154,8 +166,9 @@ Searches  readable   as
 <pre class="programlisting">
 DnsOptions  readable   as
 </pre>
-<p>        A list of DNS options that modify the behavior of the DNS resolver. See
-        resolv.conf(5) manual page for the list of supported options.
+<p>
+A list of DNS options that modify the behavior of the DNS resolver. See
+resolv.conf(5) manual page for the list of supported options.
 </p>
 </div>
 <hr>
@@ -164,7 +177,8 @@ DnsOptions  readable   as
 <pre class="programlisting">
 DnsPriority  readable   i
 </pre>
-<p>        The relative priority of DNS servers.
+<p>
+The relative priority of DNS servers.
 </p>
 </div>
 <hr>
@@ -173,8 +187,9 @@ DnsPriority  readable   i
 <pre class="programlisting">
 WinsServers  readable   au
 </pre>
-<p>        The Windows Internet Name Service servers associated with the connection.
-        Each address is in network byte order. Deprecated: use WinsServerData
+<p>
+The Windows Internet Name Service servers associated with the connection.
+Each address is in network byte order. Deprecated: use WinsServerData
 </p>
 </div>
 <hr>
@@ -183,7 +198,8 @@ WinsServers  readable   au
 <pre class="programlisting">
 WinsServerData  readable   as
 </pre>
-<p>        The Windows Internet Name Service servers associated with the connection.
+<p>
+The Windows Internet Name Service servers associated with the connection.
 </p>
 <p class="since">Since 1.14</p>
 </div>