From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- docs/libnm-util/html/NMSettingIP4Config.html | 256 +++++++++++++-------------- 1 file changed, 128 insertions(+), 128 deletions(-) (limited to 'docs/libnm-util/html/NMSettingIP4Config.html') diff --git a/docs/libnm-util/html/NMSettingIP4Config.html b/docs/libnm-util/html/NMSettingIP4Config.html index 7d30d675..00b796d4 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GQuark +GQuark nm_setting_ip4_config_error_quark () @@ -83,7 +83,7 @@ -gboolean +gboolean nm_ip4_address_compare () @@ -91,7 +91,7 @@ -guint32 +guint32 nm_ip4_address_get_address () @@ -107,7 +107,7 @@ -guint32 +guint32 nm_ip4_address_get_prefix () @@ -123,7 +123,7 @@ -guint32 +guint32 nm_ip4_address_get_gateway () @@ -171,7 +171,7 @@ -gboolean +gboolean nm_ip4_route_compare () @@ -179,7 +179,7 @@ -guint32 +guint32 nm_ip4_route_get_dest () @@ -195,7 +195,7 @@ -guint32 +guint32 nm_ip4_route_get_prefix () @@ -211,7 +211,7 @@ -guint32 +guint32 nm_ip4_route_get_next_hop () @@ -227,7 +227,7 @@ -guint32 +guint32 nm_ip4_route_get_metric () @@ -258,7 +258,7 @@ -guint32 +guint32 nm_setting_ip4_config_get_num_dns () @@ -266,7 +266,7 @@ -guint32 +guint32 nm_setting_ip4_config_get_dns () @@ -274,7 +274,7 @@ -gboolean +gboolean nm_setting_ip4_config_add_dns () @@ -290,7 +290,7 @@ -gboolean +gboolean nm_setting_ip4_config_remove_dns_by_value () @@ -306,7 +306,7 @@ -guint32 +guint32 nm_setting_ip4_config_get_num_dns_searches () @@ -321,7 +321,7 @@ -gboolean +gboolean nm_setting_ip4_config_add_dns_search () @@ -337,7 +337,7 @@ -gboolean +gboolean nm_setting_ip4_config_remove_dns_search_by_value () @@ -353,7 +353,7 @@ -guint32 +guint32 nm_setting_ip4_config_get_num_addresses () @@ -369,7 +369,7 @@ -gboolean +gboolean nm_setting_ip4_config_add_address () @@ -385,7 +385,7 @@ -gboolean +gboolean nm_setting_ip4_config_remove_address_by_value () @@ -401,7 +401,7 @@ -guint32 +guint32 nm_setting_ip4_config_get_num_routes () @@ -417,7 +417,7 @@ -gboolean +gboolean nm_setting_ip4_config_add_route () @@ -433,7 +433,7 @@ -gboolean +gboolean nm_setting_ip4_config_remove_route_by_value () @@ -449,7 +449,7 @@ -gint64 +gint64 nm_setting_ip4_config_get_route_metric () @@ -457,7 +457,7 @@ -gboolean +gboolean nm_setting_ip4_config_get_ignore_auto_routes () @@ -465,7 +465,7 @@ -gboolean +gboolean nm_setting_ip4_config_get_ignore_auto_dns () @@ -480,7 +480,7 @@ -gboolean +gboolean nm_setting_ip4_config_get_dhcp_send_hostname () @@ -503,7 +503,7 @@ -gboolean +gboolean nm_setting_ip4_config_get_never_default () @@ -511,7 +511,7 @@ -gboolean +gboolean nm_setting_ip4_config_get_may_fail () @@ -537,23 +537,23 @@ -gchar * +gchar * dhcp-client-id Read / Write -gchar * +gchar * dhcp-hostname Read / Write -gboolean +gboolean dhcp-send-hostname Read / Write / Construct -guint +guint dhcp-timeout Read / Write @@ -570,33 +570,33 @@ Read / Write -gboolean +gboolean ignore-auto-dns Read / Write / Construct -gboolean +gboolean ignore-auto-routes Read / Write / Construct -gboolean +gboolean may-fail Read / Write / Construct -gchar * +gchar * method Read / Write -gboolean +gboolean never-default Read / Write / Construct -gint64 +gint64 route-metric Read / Write / Construct @@ -710,12 +710,12 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ├── NMIP4Address
     ╰── NMIP4Route
-    GEnum
+    GEnum
     ╰── NMSettingIP4ConfigError
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingIP4Config
 
@@ -734,7 +734,7 @@ properties related to IPv4 addressing, routing, and Domain Name Service

Functions

nm_setting_ip4_config_error_quark ()

-
GQuark
+
GQuark
 nm_setting_ip4_config_error_quark (void);

Registers an error quark for NMSettingIP4Config if necessary.

@@ -750,7 +750,7 @@ nm_ip4_address_new (voidCreates and returns a new NMIP4Address object.

Returns

-

the new empty NMIP4Address object.

+

the new empty NMIP4Address object.

[transfer full]

@@ -777,7 +777,7 @@ nm_ip4_address_dup (

Returns

-

the copy of the given NMIP4Address copy.

+

the copy of the given NMIP4Address copy.

[transfer full]

@@ -829,7 +829,7 @@ reaches zero, the object will be destroyed.


nm_ip4_address_compare ()

-
gboolean
+
gboolean
 nm_ip4_address_compare (NMIP4Address *address,
                         NMIP4Address *other);

Determines if two NMIP4Address objects contain the same values.

@@ -858,13 +858,13 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.


nm_ip4_address_get_address ()

-
guint32
+
guint32
 nm_ip4_address_get_address (NMIP4Address *address);

Gets the IPv4 address property of this address object.

@@ -892,7 +892,7 @@ nm_ip4_address_get_address (

nm_ip4_address_set_address ()

void
 nm_ip4_address_set_address (NMIP4Address *address,
-                            guint32 addr);
+ guint32 addr);

Sets the IPv4 address property of this object.

Parameters

@@ -920,7 +920,7 @@ nm_ip4_address_set_address (

nm_ip4_address_get_prefix ()

-
guint32
+
guint32
 nm_ip4_address_get_prefix (NMIP4Address *address);

Gets the IPv4 address prefix (ie "24" or "30" etc) property of this address object.

@@ -949,7 +949,7 @@ object.

nm_ip4_address_set_prefix ()

void
 nm_ip4_address_set_prefix (NMIP4Address *address,
-                           guint32 prefix);
+ guint32 prefix);

Sets the IPv4 address prefix.

Parameters

@@ -977,7 +977,7 @@ nm_ip4_address_set_prefix (

nm_ip4_address_get_gateway ()

-
guint32
+
guint32
 nm_ip4_address_get_gateway (NMIP4Address *address);

Gets the IPv4 default gateway property of this address object.

@@ -1005,7 +1005,7 @@ nm_ip4_address_get_gateway (

nm_ip4_address_set_gateway ()

void
 nm_ip4_address_set_gateway (NMIP4Address *address,
-                            guint32 gateway);
+ guint32 gateway);

Sets the IPv4 default gateway property of this address object.

Parameters

@@ -1038,7 +1038,7 @@ nm_ip4_route_new (voidCreates and returns a new NMIP4Route object.

Returns

-

the new empty NMIP4Route object.

+

the new empty NMIP4Route object.

[transfer full]

@@ -1065,7 +1065,7 @@ nm_ip4_route_dup (

Returns

-

the copy of the given NMIP4Route copy.

+

the copy of the given NMIP4Route copy.

[transfer full]

@@ -1117,7 +1117,7 @@ reaches zero, the object will be destroyed.


nm_ip4_route_compare ()

-
gboolean
+
gboolean
 nm_ip4_route_compare (NMIP4Route *route,
                       NMIP4Route *other);

Determines if two NMIP4Route objects contain the same values.

@@ -1146,13 +1146,13 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.


nm_ip4_route_get_dest ()

-
guint32
+
guint32
 nm_ip4_route_get_dest (NMIP4Route *route);

Gets the IPv4 destination address property of this route object.

@@ -1180,7 +1180,7 @@ nm_ip4_route_get_dest (

nm_ip4_route_set_dest ()

void
 nm_ip4_route_set_dest (NMIP4Route *route,
-                       guint32 dest);
+ guint32 dest);

Sets the IPv4 destination address property of this route object.

Parameters

@@ -1208,7 +1208,7 @@ nm_ip4_route_set_dest (

nm_ip4_route_get_prefix ()

-
guint32
+
guint32
 nm_ip4_route_get_prefix (NMIP4Route *route);

Gets the IPv4 prefix (ie "24" or "30" etc) of this route.

@@ -1236,7 +1236,7 @@ nm_ip4_route_get_prefix (

nm_ip4_route_set_prefix ()

void
 nm_ip4_route_set_prefix (NMIP4Route *route,
-                         guint32 prefix);
+ guint32 prefix);

Sets the IPv4 prefix of this route.

Parameters

@@ -1264,7 +1264,7 @@ nm_ip4_route_set_prefix (

nm_ip4_route_get_next_hop ()

-
guint32
+
guint32
 nm_ip4_route_get_next_hop (NMIP4Route *route);

Gets the IPv4 address of the next hop of this route.

@@ -1292,7 +1292,7 @@ nm_ip4_route_get_next_hop (

nm_ip4_route_set_next_hop ()

void
 nm_ip4_route_set_next_hop (NMIP4Route *route,
-                           guint32 next_hop);
+ guint32 next_hop);

Sets the IPv4 address of the next hop of this route.

Parameters

@@ -1320,7 +1320,7 @@ nm_ip4_route_set_next_hop (

nm_ip4_route_get_metric ()

-
guint32
+
guint32
 nm_ip4_route_get_metric (NMIP4Route *route);

Gets the route metric property of this route object; lower values indicate "better" or more preferred routes.

@@ -1349,7 +1349,7 @@ nm_ip4_route_get_metric (

nm_ip4_route_set_metric ()

void
 nm_ip4_route_set_metric (NMIP4Route *route,
-                         guint32 metric);
+ guint32 metric);

Sets the route metric property of this route object; lower values indicate "better" or more preferred routes.

@@ -1383,7 +1383,7 @@ nm_setting_ip4_config_new (voidCreates a new NMSettingIP4Config object with default values.

Returns

-

the new empty NMSettingIP4Config object.

+

the new empty NMSettingIP4Config object.

[transfer full]

@@ -1415,7 +1415,7 @@ nm_setting_ip4_config_get_method (

nm_setting_ip4_config_get_num_dns ()

-
guint32
+
guint32
 nm_setting_ip4_config_get_num_dns (NMSettingIP4Config *setting);

Parameters

@@ -1440,9 +1440,9 @@ nm_setting_ip4_config_get_num_dns (

nm_setting_ip4_config_get_dns ()

-
guint32
+
guint32
 nm_setting_ip4_config_get_dns (NMSettingIP4Config *setting,
-                               guint32 i);
+ guint32 i);

Parameters

@@ -1475,9 +1475,9 @@ nm_setting_ip4_config_get_dns (

nm_setting_ip4_config_add_dns ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_add_dns (NMSettingIP4Config *setting,
-                               guint32 dns);
+ guint32 dns);

Adds a new DNS server to the setting.

Parameters

@@ -1503,7 +1503,7 @@ nm_setting_ip4_config_add_dns (

Returns

-

TRUE if the DNS server was added; FALSE if the server was already +

TRUE if the DNS server was added; FALSE if the server was already known

@@ -1512,7 +1512,7 @@ known

nm_setting_ip4_config_remove_dns ()

void
 nm_setting_ip4_config_remove_dns (NMSettingIP4Config *setting,
-                                  guint32 i);
+ guint32 i);

Removes the DNS server at index i .

@@ -1541,10 +1541,10 @@ nm_setting_ip4_config_remove_dns (

nm_setting_ip4_config_remove_dns_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_remove_dns_by_value
                                (NMSettingIP4Config *setting,
-                                guint32 dns);
+ guint32 dns);

Removes the DNS server dns .

@@ -1571,7 +1571,7 @@ nm_setting_ip4_config_remove_dns_by_value

Returns

-

TRUE if the DNS server was found and removed; FALSE if it was not. +

TRUE if the DNS server was found and removed; FALSE if it was not. domain was already known

Since: 0.9.10

@@ -1601,7 +1601,7 @@ nm_setting_ip4_config_clear_dns (

nm_setting_ip4_config_get_num_dns_searches ()

-
guint32
+
guint32
 nm_setting_ip4_config_get_num_dns_searches
                                (NMSettingIP4Config *setting);
@@ -1629,7 +1629,7 @@ nm_setting_ip4_config_get_num_dns_searches

nm_setting_ip4_config_get_dns_search ()

const char *
 nm_setting_ip4_config_get_dns_search (NMSettingIP4Config *setting,
-                                      guint32 i);
+ guint32 i);

Parameters

@@ -1661,7 +1661,7 @@ nm_setting_ip4_config_get_dns_search (

nm_setting_ip4_config_add_dns_search ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_add_dns_search (NMSettingIP4Config *setting,
                                       const char *dns_search);

Adds a new DNS search domain to the setting.

@@ -1689,7 +1689,7 @@ nm_setting_ip4_config_add_dns_search (

Returns

-

TRUE if the DNS search domain was added; FALSE if the search +

TRUE if the DNS search domain was added; FALSE if the search domain was already known

@@ -1699,7 +1699,7 @@ domain was already known

void
 nm_setting_ip4_config_remove_dns_search
                                (NMSettingIP4Config *setting,
-                                guint32 i);
+ guint32 i);

Removes the DNS search domain at index i .

@@ -1728,7 +1728,7 @@ nm_setting_ip4_config_remove_dns_search

nm_setting_ip4_config_remove_dns_search_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_remove_dns_search_by_value
                                (NMSettingIP4Config *setting,
                                 const char *dns_search);
@@ -1758,7 +1758,7 @@ nm_setting_ip4_config_remove_dns_search_by_value

Returns

-

TRUE if the DNS search domain was found and removed; FALSE if it was not.

+

TRUE if the DNS search domain was found and removed; FALSE if it was not.

Since 0.9.10

@@ -1788,7 +1788,7 @@ nm_setting_ip4_config_clear_dns_searches

nm_setting_ip4_config_get_num_addresses ()

-
guint32
+
guint32
 nm_setting_ip4_config_get_num_addresses
                                (NMSettingIP4Config *setting);
@@ -1816,7 +1816,7 @@ nm_setting_ip4_config_get_num_addresses

nm_setting_ip4_config_get_address ()

NMIP4Address *
 nm_setting_ip4_config_get_address (NMSettingIP4Config *setting,
-                                   guint32 i);
+ guint32 i);

Parameters

@@ -1848,7 +1848,7 @@ nm_setting_ip4_config_get_address (

nm_setting_ip4_config_add_address ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_add_address (NMSettingIP4Config *setting,
                                    NMIP4Address *address);

Adds a new IPv4 address and associated information to the setting. The @@ -1877,7 +1877,7 @@ given address is duplicated internally and is not changed by this function.

Returns

-

TRUE if the address was added; FALSE if the address was already +

TRUE if the address was added; FALSE if the address was already known.

@@ -1886,7 +1886,7 @@ known.

nm_setting_ip4_config_remove_address ()

void
 nm_setting_ip4_config_remove_address (NMSettingIP4Config *setting,
-                                      guint32 i);
+ guint32 i);

Removes the address at index i .

@@ -1915,7 +1915,7 @@ nm_setting_ip4_config_remove_address (

nm_setting_ip4_config_remove_address_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_remove_address_by_value
                                (NMSettingIP4Config *setting,
                                 NMIP4Address *address);
@@ -1945,7 +1945,7 @@ nm_setting_ip4_config_remove_address_by_value

Returns

-

TRUE if the address was found and removed; FALSE if it was not.

+

TRUE if the address was found and removed; FALSE if it was not.

Since: 0.9.10

@@ -1974,7 +1974,7 @@ nm_setting_ip4_config_clear_addresses (

nm_setting_ip4_config_get_num_routes ()

-
guint32
+
guint32
 nm_setting_ip4_config_get_num_routes (NMSettingIP4Config *setting);

Parameters

@@ -2001,7 +2001,7 @@ nm_setting_ip4_config_get_num_routes (

nm_setting_ip4_config_get_route ()

NMIP4Route *
 nm_setting_ip4_config_get_route (NMSettingIP4Config *setting,
-                                 guint32 i);
+ guint32 i);

Parameters

@@ -2033,7 +2033,7 @@ nm_setting_ip4_config_get_route (

nm_setting_ip4_config_add_route ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_add_route (NMSettingIP4Config *setting,
                                  NMIP4Route *route);

Adds a new IPv4 route and associated information to the setting. The @@ -2062,7 +2062,7 @@ given route is duplicated internally and is not changed by this function.

Returns

-

TRUE if the route was added; FALSE if the route was already known.

+

TRUE if the route was added; FALSE if the route was already known.


@@ -2070,7 +2070,7 @@ given route is duplicated internally and is not changed by this function.

nm_setting_ip4_config_remove_route ()

void
 nm_setting_ip4_config_remove_route (NMSettingIP4Config *setting,
-                                    guint32 i);
+ guint32 i);

Removes the route at index i .

@@ -2099,7 +2099,7 @@ nm_setting_ip4_config_remove_route (

nm_setting_ip4_config_remove_route_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_remove_route_by_value
                                (NMSettingIP4Config *setting,
                                 NMIP4Route *route);
@@ -2129,7 +2129,7 @@ nm_setting_ip4_config_remove_route_by_value

Returns

-

TRUE if the route was found and removed; FALSE if it was not.

+

TRUE if the route was found and removed; FALSE if it was not.

Since: 0.9.10

@@ -2158,7 +2158,7 @@ nm_setting_ip4_config_clear_routes (

nm_setting_ip4_config_get_route_metric ()

-
gint64
+
gint64
 nm_setting_ip4_config_get_route_metric
                                (NMSettingIP4Config *setting);

Returns the value contained in the “route-metric” @@ -2188,7 +2188,7 @@ specify a metric. See

nm_setting_ip4_config_get_ignore_auto_routes ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_get_ignore_auto_routes
                                (NMSettingIP4Config *setting);

Returns the value contained in the “ignore-auto-routes” @@ -2210,14 +2210,14 @@ property.

Returns

-

TRUE if automatically configured (ie via DHCP) routes should be +

TRUE if automatically configured (ie via DHCP) routes should be ignored.


nm_setting_ip4_config_get_ignore_auto_dns ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_get_ignore_auto_dns
                                (NMSettingIP4Config *setting);

Returns the value contained in the “ignore-auto-dns” @@ -2239,7 +2239,7 @@ property.

Returns

-

TRUE if automatically configured (ie via DHCP) DNS information +

TRUE if automatically configured (ie via DHCP) DNS information should be ignored.

@@ -2275,7 +2275,7 @@ addresses via DHCP.


nm_setting_ip4_config_get_dhcp_send_hostname ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_get_dhcp_send_hostname
                                (NMSettingIP4Config *setting);

Returns the value contained in the “dhcp-send-hostname” @@ -2297,7 +2297,7 @@ property.

Returns

-

TRUE if NetworkManager should send the machine hostname to the +

TRUE if NetworkManager should send the machine hostname to the DHCP server when requesting addresses to allow the server to automatically update DNS information for this machine.

@@ -2362,7 +2362,7 @@ fails or zero for "default".


nm_setting_ip4_config_get_never_default ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_get_never_default
                                (NMSettingIP4Config *setting);

Returns the value contained in the “never-default” @@ -2384,14 +2384,14 @@ property.

Returns

-

TRUE if this connection should never be the default connection +

TRUE if this connection should never be the default connection for IPv4 addressing


nm_setting_ip4_config_get_may_fail ()

-
gboolean
+
gboolean
 nm_setting_ip4_config_get_may_fail (NMSettingIP4Config *setting);

Returns the value contained in the “may-fail” property.

@@ -2412,7 +2412,7 @@ property.

Returns

-

TRUE if this connection doesn't require IPv4 addressing to complete +

TRUE if this connection doesn't require IPv4 addressing to complete for the connection to succeed.

@@ -2623,7 +2623,7 @@ either automatic or disabled with these methods.


The “dhcp-client-id” property

-
  “dhcp-client-id”           gchar *
+
  “dhcp-client-id”           gchar *

A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options.

Flags: Read / Write

@@ -2632,8 +2632,8 @@ DHCP server may use to customize the DHCP lease and options.


The “dhcp-hostname” property

-
  “dhcp-hostname”            gchar *
-

If the “dhcp-send-hostname” property is TRUE, then the +

  “dhcp-hostname”            gchar *
+

If the “dhcp-send-hostname” property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease.

Flags: Read / Write

Default value: NULL

@@ -2641,19 +2641,19 @@ specified name will be sent to the DHCP server when acquiring a lease.


The “dhcp-send-hostname” property

-
  “dhcp-send-hostname”       gboolean
-

If TRUE, a hostname is sent to the DHCP server when acquiring a lease. +

  “dhcp-send-hostname”       gboolean
+

If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the “dhcp-hostname” property is empty and this property is -TRUE, the current persistent hostname of the computer is sent.

+TRUE, the current persistent hostname of the computer is sent.

Flags: Read / Write / Construct

Default value: TRUE


The “dhcp-timeout” property

-
  “dhcp-timeout”             guint
+
  “dhcp-timeout”             guint

Number of seconds after which the unfinished DHCP transaction fails or zero for default.

Flags: Read / Write

@@ -2685,8 +2685,8 @@ are used as the only search domains for this connection.


The “ignore-auto-dns” property

-
  “ignore-auto-dns”          gboolean
-

When the method is set to "auto" and this property to TRUE, +

  “ignore-auto-dns”          gboolean
+

When the method is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the “dns” and “dns-search” properties, if @@ -2697,8 +2697,8 @@ any, are used.


The “ignore-auto-routes” property

-
  “ignore-auto-routes”       gboolean
-

When the method is set to "auto" and this property to TRUE, +

  “ignore-auto-routes”       gboolean
+

When the method is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the “routes” property, if any, are used.

Flags: Read / Write / Construct

@@ -2707,11 +2707,11 @@ the

The “may-fail” property

-
  “may-fail”                 gboolean
-

If TRUE, allow overall network configuration to proceed even if IPv4 +

  “may-fail”                 gboolean
+

If TRUE, allow overall network configuration to proceed even if IPv4 configuration times out. Note that at least one IP configuration must succeed or overall network configuration will still fail. For example, -in IPv6-only networks, setting this property to TRUE allows the overall +in IPv6-only networks, setting this property to TRUE allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.

Flags: Read / Write / Construct

@@ -2720,7 +2720,7 @@ configuration completes successfully.


The “method” property

-
  “method”                   gchar *
+
  “method”                   gchar *

IPv4 configuration method. If "auto" is specified then the appropriate automatic method (DHCP, PPP, etc) is used for the interface and most other properties can be left unset. If "link-local" is specified, then a @@ -2739,8 +2739,8 @@ This property must be set.


The “never-default” property

-
  “never-default”            gboolean
-

If TRUE, this connection will never be the default IPv4 connection, +

  “never-default”            gboolean
+

If TRUE, this connection will never be the default IPv4 connection, meaning it will never be assigned the default route by NetworkManager.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2748,7 +2748,7 @@ meaning it will never be assigned the default route by NetworkManager.


The “route-metric” property

-
  “route-metric”             gint64
+
  “route-metric”             gint64

The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. @@ -2779,6 +2779,6 @@ methods because there is no upstream network.

+
Generated by GTK-Doc V1.26
\ No newline at end of file -- cgit 1.3.0-6-gf8a5