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/NMSettingIP6Config.html | 214 +++++++++++++-------------- 1 file changed, 107 insertions(+), 107 deletions(-) (limited to 'docs/libnm-util/html/NMSettingIP6Config.html') diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index b21a4e62..88210773 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GQuark +GQuark nm_setting_ip6_config_error_quark () @@ -83,7 +83,7 @@ -gboolean +gboolean nm_ip6_address_compare () @@ -106,7 +106,7 @@ -guint32 +guint32 nm_ip6_address_get_prefix () @@ -169,7 +169,7 @@ -gboolean +gboolean nm_ip6_route_compare () @@ -192,7 +192,7 @@ -guint32 +guint32 nm_ip6_route_get_prefix () @@ -223,7 +223,7 @@ -guint32 +guint32 nm_ip6_route_get_metric () @@ -254,7 +254,7 @@ -guint32 +guint32 nm_setting_ip6_config_get_num_dns () @@ -269,7 +269,7 @@ -gboolean +gboolean nm_setting_ip6_config_add_dns () @@ -285,7 +285,7 @@ -gboolean +gboolean nm_setting_ip6_config_remove_dns_by_value () @@ -301,7 +301,7 @@ -guint32 +guint32 nm_setting_ip6_config_get_num_dns_searches () @@ -316,7 +316,7 @@ -gboolean +gboolean nm_setting_ip6_config_add_dns_search () @@ -332,7 +332,7 @@ -gboolean +gboolean nm_setting_ip6_config_remove_dns_search_by_value () @@ -348,7 +348,7 @@ -guint32 +guint32 nm_setting_ip6_config_get_num_addresses () @@ -364,7 +364,7 @@ -gboolean +gboolean nm_setting_ip6_config_add_address () @@ -380,7 +380,7 @@ -gboolean +gboolean nm_setting_ip6_config_remove_address_by_value () @@ -396,7 +396,7 @@ -guint32 +guint32 nm_setting_ip6_config_get_num_routes () @@ -412,7 +412,7 @@ -gboolean +gboolean nm_setting_ip6_config_add_route () @@ -428,7 +428,7 @@ -gboolean +gboolean nm_setting_ip6_config_remove_route_by_value () @@ -444,7 +444,7 @@ -gboolean +gboolean nm_setting_ip6_config_get_ignore_auto_routes () @@ -452,7 +452,7 @@ -gint64 +gint64 nm_setting_ip6_config_get_route_metric () @@ -460,7 +460,7 @@ -gboolean +gboolean nm_setting_ip6_config_get_ignore_auto_dns () @@ -475,7 +475,7 @@ -gboolean +gboolean nm_setting_ip6_config_get_never_default () @@ -483,7 +483,7 @@ -gboolean +gboolean nm_setting_ip6_config_get_may_fail () @@ -516,7 +516,7 @@ -gchar * +gchar * dhcp-hostname Read / Write @@ -533,38 +533,38 @@ Read / Write -gboolean +gboolean ignore-auto-dns Read / Write / Construct -gboolean +gboolean ignore-auto-routes Read / Write / Construct -gint +gint ip6-privacy 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 @@ -677,13 +677,13 @@

Object Hierarchy

-
    GBoxed
+
    GBoxed
     ├── NMIP6Address
     ╰── NMIP6Route
-    GEnum
+    GEnum
     ├── NMSettingIP6ConfigError
     ╰── NMSettingIP6ConfigPrivacy
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingIP6Config
 
@@ -702,7 +702,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service

Functions

nm_setting_ip6_config_error_quark ()

-
GQuark
+
GQuark
 nm_setting_ip6_config_error_quark (void);

Registers an error quark for NMSettingIP6Config if necessary.

@@ -718,7 +718,7 @@ nm_ip6_address_new (voidCreates and returns a new NMIP6Address object.

Returns

-

the new empty NMIP6Address object.

+

the new empty NMIP6Address object.

[transfer full]

@@ -745,7 +745,7 @@ nm_ip6_address_dup (

Returns

-

the copy of the given NMIP6Address copy.

+

the copy of the given NMIP6Address copy.

[transfer full]

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


nm_ip6_address_compare ()

-
gboolean
+
gboolean
 nm_ip6_address_compare (NMIP6Address *address,
                         NMIP6Address *other);

Determines if two NMIP6Address objects contain the same values.

@@ -826,7 +826,7 @@ 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.


@@ -852,7 +852,7 @@ nm_ip6_address_get_address (

Returns

-

the IPv6 address.

+

the IPv6 address.

[array fixed-size=16][element-type guint8][transfer none]

@@ -889,7 +889,7 @@ nm_ip6_address_set_address (

nm_ip6_address_get_prefix ()

-
guint32
+
guint32
 nm_ip6_address_get_prefix (NMIP6Address *address);

Gets the IPv6 address prefix property of this address object.

@@ -917,7 +917,7 @@ nm_ip6_address_get_prefix (

nm_ip6_address_set_prefix ()

void
 nm_ip6_address_set_prefix (NMIP6Address *address,
-                           guint32 prefix);
+ guint32 prefix);

Sets the IPv6 address prefix.

Parameters

@@ -965,7 +965,7 @@ nm_ip6_address_get_gateway (

Returns

-

the IPv6 gateway address.

+

the IPv6 gateway address.

[array fixed-size=16][element-type guint8][transfer none]

@@ -1007,7 +1007,7 @@ nm_ip6_route_new (voidCreates and returns a new NMIP6Route object.

Returns

-

the new empty NMIP6Route object.

+

the new empty NMIP6Route object.

[transfer full]

@@ -1034,7 +1034,7 @@ nm_ip6_route_dup (

Returns

-

the copy of the given NMIP6Route copy.

+

the copy of the given NMIP6Route copy.

[transfer full]

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


nm_ip6_route_compare ()

-
gboolean
+
gboolean
 nm_ip6_route_compare (NMIP6Route *route,
                       NMIP6Route *other);

Determines if two NMIP6Route objects contain the same values.

@@ -1115,7 +1115,7 @@ 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.


@@ -1141,7 +1141,7 @@ nm_ip6_route_get_dest (

Returns

-

the IPv6 address of destination.

+

the IPv6 address of destination.

[array fixed-size=16][element-type guint8][transfer none]

@@ -1178,7 +1178,7 @@ nm_ip6_route_set_dest (

nm_ip6_route_get_prefix ()

-
guint32
+
guint32
 nm_ip6_route_get_prefix (NMIP6Route *route);

Gets the IPv6 prefix (ie "32" or "64" etc) of this route.

@@ -1206,7 +1206,7 @@ nm_ip6_route_get_prefix (

nm_ip6_route_set_prefix ()

void
 nm_ip6_route_set_prefix (NMIP6Route *route,
-                         guint32 prefix);
+ guint32 prefix);

Sets the IPv6 prefix of this route.

Parameters

@@ -1254,7 +1254,7 @@ nm_ip6_route_get_next_hop (

Returns

-

the IPv6 address of next hop.

+

the IPv6 address of next hop.

[array fixed-size=16][element-type guint8][transfer none]

@@ -1291,7 +1291,7 @@ nm_ip6_route_set_next_hop (

nm_ip6_route_get_metric ()

-
guint32
+
guint32
 nm_ip6_route_get_metric (NMIP6Route *route);

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

@@ -1320,7 +1320,7 @@ nm_ip6_route_get_metric (

nm_ip6_route_set_metric ()

void
 nm_ip6_route_set_metric (NMIP6Route *route,
-                         guint32 metric);
+ guint32 metric);

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

@@ -1354,7 +1354,7 @@ nm_setting_ip6_config_new (voidCreates a new NMSettingIP6Config object with default values.

Returns

-

the new empty NMSettingIP6Config object.

+

the new empty NMSettingIP6Config object.

[transfer full]

@@ -1386,7 +1386,7 @@ nm_setting_ip6_config_get_method (

nm_setting_ip6_config_get_num_dns ()

-
guint32
+
guint32
 nm_setting_ip6_config_get_num_dns (NMSettingIP6Config *setting);

Parameters

@@ -1413,7 +1413,7 @@ nm_setting_ip6_config_get_num_dns (

nm_setting_ip6_config_get_dns ()

const struct in6_addr *
 nm_setting_ip6_config_get_dns (NMSettingIP6Config *setting,
-                               guint32 i);
+ guint32 i);

Parameters

@@ -1438,7 +1438,7 @@ nm_setting_ip6_config_get_dns (

Returns

-

the IPv6 address of the DNS server at index i +

the IPv6 address of the DNS server at index i .

[transfer none]

@@ -1446,7 +1446,7 @@ nm_setting_ip6_config_get_dns (

nm_setting_ip6_config_add_dns ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_add_dns (NMSettingIP6Config *setting,
                                const struct in6_addr *dns);

Adds a new DNS server to the setting.

@@ -1474,7 +1474,7 @@ nm_setting_ip6_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

@@ -1483,7 +1483,7 @@ known

nm_setting_ip6_config_remove_dns ()

void
 nm_setting_ip6_config_remove_dns (NMSettingIP6Config *setting,
-                                  guint32 i);
+ guint32 i);

Removes the DNS server at index i .

@@ -1512,7 +1512,7 @@ nm_setting_ip6_config_remove_dns (

nm_setting_ip6_config_remove_dns_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_remove_dns_by_value
                                (NMSettingIP6Config *setting,
                                 const struct in6_addr *dns);
@@ -1542,7 +1542,7 @@ nm_setting_ip6_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.

Since: 0.9.10

@@ -1571,7 +1571,7 @@ nm_setting_ip6_config_clear_dns (

nm_setting_ip6_config_get_num_dns_searches ()

-
guint32
+
guint32
 nm_setting_ip6_config_get_num_dns_searches
                                (NMSettingIP6Config *setting);
@@ -1599,7 +1599,7 @@ nm_setting_ip6_config_get_num_dns_searches

nm_setting_ip6_config_get_dns_search ()

const char *
 nm_setting_ip6_config_get_dns_search (NMSettingIP6Config *setting,
-                                      guint32 i);
+ guint32 i);

Parameters

@@ -1631,7 +1631,7 @@ nm_setting_ip6_config_get_dns_search (

nm_setting_ip6_config_add_dns_search ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_add_dns_search (NMSettingIP6Config *setting,
                                       const char *dns_search);

Adds a new DNS search domain to the setting.

@@ -1659,7 +1659,7 @@ nm_setting_ip6_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

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

void
 nm_setting_ip6_config_remove_dns_search
                                (NMSettingIP6Config *setting,
-                                guint32 i);
+ guint32 i);

Removes the DNS search domain at index i .

@@ -1698,7 +1698,7 @@ nm_setting_ip6_config_remove_dns_search

nm_setting_ip6_config_remove_dns_search_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_remove_dns_search_by_value
                                (NMSettingIP6Config *setting,
                                 const char *dns_search);
@@ -1728,7 +1728,7 @@ nm_setting_ip6_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

@@ -1758,7 +1758,7 @@ nm_setting_ip6_config_clear_dns_searches

nm_setting_ip6_config_get_num_addresses ()

-
guint32
+
guint32
 nm_setting_ip6_config_get_num_addresses
                                (NMSettingIP6Config *setting);
@@ -1786,7 +1786,7 @@ nm_setting_ip6_config_get_num_addresses

nm_setting_ip6_config_get_address ()

NMIP6Address *
 nm_setting_ip6_config_get_address (NMSettingIP6Config *setting,
-                                   guint32 i);
+ guint32 i);

Parameters

@@ -1818,7 +1818,7 @@ nm_setting_ip6_config_get_address (

nm_setting_ip6_config_add_address ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_add_address (NMSettingIP6Config *setting,
                                    NMIP6Address *address);

Adds a new IPv6 address and associated information to the setting. The @@ -1847,7 +1847,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.

@@ -1856,7 +1856,7 @@ known.

nm_setting_ip6_config_remove_address ()

void
 nm_setting_ip6_config_remove_address (NMSettingIP6Config *setting,
-                                      guint32 i);
+ guint32 i);

Removes the address at index i .

@@ -1885,7 +1885,7 @@ nm_setting_ip6_config_remove_address (

nm_setting_ip6_config_remove_address_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_remove_address_by_value
                                (NMSettingIP6Config *setting,
                                 NMIP6Address *address);
@@ -1915,7 +1915,7 @@ nm_setting_ip6_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

@@ -1944,7 +1944,7 @@ nm_setting_ip6_config_clear_addresses (

nm_setting_ip6_config_get_num_routes ()

-
guint32
+
guint32
 nm_setting_ip6_config_get_num_routes (NMSettingIP6Config *setting);

Parameters

@@ -1971,7 +1971,7 @@ nm_setting_ip6_config_get_num_routes (

nm_setting_ip6_config_get_route ()

NMIP6Route *
 nm_setting_ip6_config_get_route (NMSettingIP6Config *setting,
-                                 guint32 i);
+ guint32 i);

Parameters

@@ -2003,7 +2003,7 @@ nm_setting_ip6_config_get_route (

nm_setting_ip6_config_add_route ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_add_route (NMSettingIP6Config *setting,
                                  NMIP6Route *route);

Adds a new IPv6 route and associated information to the setting. The @@ -2032,7 +2032,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.


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

nm_setting_ip6_config_remove_route ()

void
 nm_setting_ip6_config_remove_route (NMSettingIP6Config *setting,
-                                    guint32 i);
+ guint32 i);

Removes the route at index i .

@@ -2069,7 +2069,7 @@ nm_setting_ip6_config_remove_route (

nm_setting_ip6_config_remove_route_by_value ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_remove_route_by_value
                                (NMSettingIP6Config *setting,
                                 NMIP6Route *route);
@@ -2099,7 +2099,7 @@ nm_setting_ip6_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

@@ -2128,7 +2128,7 @@ nm_setting_ip6_config_clear_routes (

nm_setting_ip6_config_get_ignore_auto_routes ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_get_ignore_auto_routes
                                (NMSettingIP6Config *setting);

Returns the value contained in the “ignore-auto-routes” @@ -2150,14 +2150,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_ip6_config_get_route_metric ()

-
gint64
+
gint64
 nm_setting_ip6_config_get_route_metric
                                (NMSettingIP6Config *setting);

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

nm_setting_ip6_config_get_ignore_auto_dns ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_get_ignore_auto_dns
                                (NMSettingIP6Config *setting);

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

Returns

-

TRUE if automatically configured (ie via DHCP or router +

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

@@ -2245,7 +2245,7 @@ property.


nm_setting_ip6_config_get_never_default ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_get_never_default
                                (NMSettingIP6Config *setting);

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

Returns

-

TRUE if this connection should never be the default connection +

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


nm_setting_ip6_config_get_may_fail ()

-
gboolean
+
gboolean
 nm_setting_ip6_config_get_may_fail (NMSettingIP6Config *setting);

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

@@ -2295,7 +2295,7 @@ property.

Returns

-

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

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

@@ -2581,7 +2581,7 @@ assigned an address with these methods.


The “dhcp-hostname” property

-
  “dhcp-hostname”            gchar *
+
  “dhcp-hostname”            gchar *

The specified name will be sent to the DHCP server when acquiring a lease.

Flags: Read / Write

@@ -2615,9 +2615,9 @@ the only search domains for this connection.


The “ignore-auto-dns” property

-
  “ignore-auto-dns”          gboolean
+
  “ignore-auto-dns”          gboolean

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

@@ -2627,9 +2627,9 @@ any, are used.


The “ignore-auto-routes” property

-
  “ignore-auto-routes”       gboolean
+
  “ignore-auto-routes”       gboolean

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

Flags: Read / Write / Construct

Default value: FALSE

@@ -2637,7 +2637,7 @@ specified in the

The “ip6-privacy” property

-
  “ip6-privacy”              gint
+
  “ip6-privacy”              gint

Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified @@ -2652,11 +2652,11 @@ addresses).


The “may-fail” property

-
  “may-fail”                 gboolean
-

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

  “may-fail”                 gboolean
+

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

Flags: Read / Write / Construct

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


The “method” property

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

IPv6 configuration method. If "auto" is specified then the appropriate automatic method (PPP, router advertisement, etc) is used for the device and most other properties can be left unset. To force the use of DHCP @@ -2682,8 +2682,8 @@ yet supported.


The “never-default” property

-
  “never-default”            gboolean
-

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

  “never-default”            gboolean
+

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

Flags: Read / Write / Construct

@@ -2692,7 +2692,7 @@ 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. @@ -2723,6 +2723,6 @@ automatic configuration. Routes cannot be used with the "shared" or

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