From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm-util/html/NMSettingIP6Config.html | 194 +++++++++++++-------------- 1 file changed, 97 insertions(+), 97 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 eb42de11..2e0e0e5c 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ - + @@ -706,7 +706,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service

nm_setting_ip6_config_error_quark (void);

Registers an error quark for NMSettingIP6Config if necessary.

-

Returns

+

Returns

the error quark used for NMSettingIP6Config errors.

@@ -717,7 +717,7 @@ nm_setting_ip6_config_error_quark (void);

Creates and returns a new NMIP6Address object.

-

Returns

+

Returns

the new empty NMIP6Address object.

[transfer full]

@@ -729,7 +729,7 @@ nm_ip6_address_new (voidNMIP6Address *source);

Copies a given NMIP6Address object and returns the copy.

-

Parameters

+

Parameters

@@ -744,7 +744,7 @@ nm_ip6_address_dup ( -

Returns

+

Returns

the copy of the given NMIP6Address copy.

[transfer full]

@@ -756,7 +756,7 @@ nm_ip6_address_dup (NMIP6Address *address);

Increases the reference count of the object.

-

Parameters

+

Parameters

@@ -779,7 +779,7 @@ nm_ip6_address_unref ( -

Parameters

+

Parameters

@@ -802,7 +802,7 @@ nm_ip6_address_compare (NMIP6Address *other);

Determines if two NMIP6Address objects contain the same values.

-

Parameters

+

Parameters

@@ -825,7 +825,7 @@ to.

-

Returns

+

Returns

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

@@ -836,7 +836,7 @@ to.

nm_ip6_address_get_address (NMIP6Address *address);

Gets the IPv6 address property of this address object.

-

Parameters

+

Parameters

@@ -851,7 +851,7 @@ nm_ip6_address_get_address ( -

Returns

+

Returns

the IPv6 address.

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

@@ -864,7 +864,7 @@ nm_ip6_address_set_address (const struct in6_addr *addr);

Sets the IPv6 address property of this object.

-

Parameters

+

Parameters

@@ -893,7 +893,7 @@ nm_ip6_address_set_address (NMIP6Address *address);

Gets the IPv6 address prefix property of this address object.

-

Parameters

+

Parameters

@@ -908,7 +908,7 @@ nm_ip6_address_get_prefix ( -

Returns

+

Returns

the IPv6 address prefix

@@ -920,7 +920,7 @@ nm_ip6_address_set_prefix (guint32 prefix);

Sets the IPv6 address prefix.

-

Parameters

+

Parameters

@@ -949,7 +949,7 @@ nm_ip6_address_set_prefix (NMIP6Address *address);

Gets the IPv6 default gateway property of this address object.

-

Parameters

+

Parameters

@@ -964,7 +964,7 @@ nm_ip6_address_get_gateway ( -

Returns

+

Returns

the IPv6 gateway address.

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

@@ -977,7 +977,7 @@ nm_ip6_address_set_gateway (const struct in6_addr *gateway);

Sets the IPv6 default gateway property of this address object.

-

Parameters

+

Parameters

@@ -1006,7 +1006,7 @@ nm_ip6_address_set_gateway (void);

Creates and returns a new NMIP6Route object.

-

Returns

+

Returns

the new empty NMIP6Route object.

[transfer full]

@@ -1018,7 +1018,7 @@ nm_ip6_route_new (voidNMIP6Route *source);

Copies a given NMIP6Route object and returns the copy.

-

Parameters

+

Parameters

@@ -1033,7 +1033,7 @@ nm_ip6_route_dup ( -

Returns

+

Returns

the copy of the given NMIP6Route copy.

[transfer full]

@@ -1045,7 +1045,7 @@ nm_ip6_route_dup (NMIP6Route *route);

Increases the reference count of the object.

-

Parameters

+

Parameters

@@ -1068,7 +1068,7 @@ nm_ip6_route_unref ( -

Parameters

+

Parameters

@@ -1091,7 +1091,7 @@ nm_ip6_route_compare (NMIP6Route *other);

Determines if two NMIP6Route objects contain the same values.

-

Parameters

+

Parameters

@@ -1114,7 +1114,7 @@ to.

-

Returns

+

Returns

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

@@ -1125,7 +1125,7 @@ to.

nm_ip6_route_get_dest (NMIP6Route *route);

Gets the IPv6 destination address property of this route object.

-

Parameters

+

Parameters

@@ -1140,7 +1140,7 @@ nm_ip6_route_get_dest ( -

Returns

+

Returns

the IPv6 address of destination.

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

@@ -1153,7 +1153,7 @@ nm_ip6_route_set_dest (const struct in6_addr *dest);

Sets the IPv6 destination address property of this route object.

-

Parameters

+

Parameters

@@ -1182,7 +1182,7 @@ nm_ip6_route_set_dest (NMIP6Route *route);

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

-

Parameters

+

Parameters

@@ -1197,7 +1197,7 @@ nm_ip6_route_get_prefix ( -

Returns

+

Returns

the IPv6 prefix

@@ -1209,7 +1209,7 @@ nm_ip6_route_set_prefix (guint32 prefix);

Sets the IPv6 prefix of this route.

-

Parameters

+

Parameters

@@ -1238,7 +1238,7 @@ nm_ip6_route_set_prefix (NMIP6Route *route);

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

-

Parameters

+

Parameters

@@ -1253,7 +1253,7 @@ nm_ip6_route_get_next_hop ( -

Returns

+

Returns

the IPv6 address of next hop.

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

@@ -1266,7 +1266,7 @@ nm_ip6_route_set_next_hop (const struct in6_addr *next_hop);

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

-

Parameters

+

Parameters

@@ -1296,7 +1296,7 @@ nm_ip6_route_get_metric (
-

Parameters

+

Parameters

@@ -1311,7 +1311,7 @@ nm_ip6_route_get_metric ( -

Returns

+

Returns

the route metric

@@ -1324,7 +1324,7 @@ nm_ip6_route_set_metric (
-

Parameters

+

Parameters

@@ -1353,7 +1353,7 @@ nm_ip6_route_set_metric (void);

Creates a new NMSettingIP6Config object with default values.

-

Returns

+

Returns

the new empty NMSettingIP6Config object.

[transfer full]

@@ -1364,7 +1364,7 @@ nm_setting_ip6_config_new (voidconst char * nm_setting_ip6_config_get_method (NMSettingIP6Config *setting);
-

Parameters

+

Parameters

@@ -1379,7 +1379,7 @@ nm_setting_ip6_config_get_method (
-

Returns

+

Returns

the “method” property of the setting

@@ -1389,7 +1389,7 @@ nm_setting_ip6_config_get_method (guint32 nm_setting_ip6_config_get_num_dns (NMSettingIP6Config *setting);
-

Parameters

+

Parameters

@@ -1404,7 +1404,7 @@ nm_setting_ip6_config_get_num_dns (
-

Returns

+

Returns

the number of configured DNS servers

@@ -1415,7 +1415,7 @@ nm_setting_ip6_config_get_num_dns (NMSettingIP6Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1437,7 +1437,7 @@ nm_setting_ip6_config_get_dns (
-

Returns

+

Returns

the IPv6 address of the DNS server at index i .

[transfer none]

@@ -1451,7 +1451,7 @@ nm_setting_ip6_config_add_dns (const struct in6_addr *dns);

Adds a new DNS server to the setting.

-

Parameters

+

Parameters

@@ -1473,7 +1473,7 @@ nm_setting_ip6_config_add_dns (
-

Returns

+

Returns

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

@@ -1487,7 +1487,7 @@ nm_setting_ip6_config_remove_dns (Removes the DNS server at index i .

-

Parameters

+

Parameters

@@ -1519,7 +1519,7 @@ nm_setting_ip6_config_remove_dns_by_value

Removes the DNS server at index i .

-

Parameters

+

Parameters

@@ -1541,7 +1541,7 @@ nm_setting_ip6_config_remove_dns_by_value
-

Returns

+

Returns

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

Since: 0.9.10

@@ -1553,7 +1553,7 @@ nm_setting_ip6_config_remove_dns_by_value nm_setting_ip6_config_clear_dns (NMSettingIP6Config *setting);

Removes all configured DNS servers.

-

Parameters

+

Parameters

@@ -1575,7 +1575,7 @@ nm_setting_ip6_config_clear_dns (NMSettingIP6Config *setting);
-

Parameters

+

Parameters

@@ -1590,7 +1590,7 @@ nm_setting_ip6_config_get_num_dns_searches
-

Returns

+

Returns

the number of configured DNS search domains

@@ -1601,7 +1601,7 @@ nm_setting_ip6_config_get_num_dns_searches nm_setting_ip6_config_get_dns_search (NMSettingIP6Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1623,7 +1623,7 @@ nm_setting_ip6_config_get_dns_search ( -

Returns

+

Returns

the DNS search domain at index i

@@ -1636,7 +1636,7 @@ nm_setting_ip6_config_add_dns_search (const char *dns_search);

Adds a new DNS search domain to the setting.

-

Parameters

+

Parameters

@@ -1658,7 +1658,7 @@ nm_setting_ip6_config_add_dns_search ( -

Returns

+

Returns

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

@@ -1673,7 +1673,7 @@ nm_setting_ip6_config_remove_dns_search

Removes the DNS search domain at index i .

-

Parameters

+

Parameters

@@ -1705,7 +1705,7 @@ nm_setting_ip6_config_remove_dns_search_by_value

Removes the DNS search domain dns_search .

-

Parameters

+

Parameters

@@ -1727,7 +1727,7 @@ nm_setting_ip6_config_remove_dns_search_by_value
-

Returns

+

Returns

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

Since 0.9.10

@@ -1740,7 +1740,7 @@ nm_setting_ip6_config_clear_dns_searches (NMSettingIP6Config *setting);

Removes all configured DNS search domains.

-

Parameters

+

Parameters

@@ -1762,7 +1762,7 @@ nm_setting_ip6_config_clear_dns_searches nm_setting_ip6_config_get_num_addresses (NMSettingIP6Config *setting);
-

Parameters

+

Parameters

@@ -1777,7 +1777,7 @@ nm_setting_ip6_config_get_num_addresses
-

Returns

+

Returns

the number of configured addresses

@@ -1788,7 +1788,7 @@ nm_setting_ip6_config_get_num_addresses nm_setting_ip6_config_get_address (NMSettingIP6Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1810,7 +1810,7 @@ nm_setting_ip6_config_get_address (
-

Returns

+

Returns

the address at index i

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

@@ -1860,7 +1860,7 @@ nm_setting_ip6_config_remove_address (i .

-

Parameters

+

Parameters

@@ -1892,7 +1892,7 @@ nm_setting_ip6_config_remove_address_by_value

Removes the address address .

-

Parameters

+

Parameters

@@ -1914,7 +1914,7 @@ nm_setting_ip6_config_remove_address_by_value
-

Returns

+

Returns

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

Since: 0.9.10

@@ -1926,7 +1926,7 @@ nm_setting_ip6_config_remove_address_by_value nm_setting_ip6_config_clear_addresses (NMSettingIP6Config *setting);

Removes all configured addresses.

-

Parameters

+

Parameters

@@ -1947,7 +1947,7 @@ nm_setting_ip6_config_clear_addresses (guint32 nm_setting_ip6_config_get_num_routes (NMSettingIP6Config *setting);
-

Parameters

+

Parameters

@@ -1962,7 +1962,7 @@ nm_setting_ip6_config_get_num_routes ( -

Returns

+

Returns

the number of configured routes

@@ -1973,7 +1973,7 @@ nm_setting_ip6_config_get_num_routes (NMSettingIP6Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1995,7 +1995,7 @@ nm_setting_ip6_config_get_route (
-

Returns

+

Returns

the route at index i

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

@@ -2044,7 +2044,7 @@ nm_setting_ip6_config_remove_route (Removes the route at index i .

-

Parameters

+

Parameters

@@ -2076,7 +2076,7 @@ nm_setting_ip6_config_remove_route_by_value

Removes the route route .

-

Parameters

+

Parameters

@@ -2098,7 +2098,7 @@ nm_setting_ip6_config_remove_route_by_value
-

Returns

+

Returns

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

Since: 0.9.10

@@ -2110,7 +2110,7 @@ nm_setting_ip6_config_remove_route_by_value nm_setting_ip6_config_clear_routes (NMSettingIP6Config *setting);

Removes all configured routes.

-

Parameters

+

Parameters

@@ -2134,7 +2134,7 @@ nm_setting_ip6_config_get_ignore_auto_routes

Returns the value contained in the “ignore-auto-routes” property.

-

Parameters

+

Parameters

@@ -2149,7 +2149,7 @@ property.

-

Returns

+

Returns

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

@@ -2163,7 +2163,7 @@ nm_setting_ip6_config_get_route_metric

Returns the value contained in the “route-metric” property.

-

Parameters

+

Parameters

@@ -2178,7 +2178,7 @@ property.

-

Returns

+

Returns

the route metric that is used for IPv6 routes that don't explicitly specify a metric. See “route-metric” for more details.

@@ -2193,7 +2193,7 @@ nm_setting_ip6_config_get_ignore_auto_dns

Returns the value contained in the “ignore-auto-dns” property.

-

Parameters

+

Parameters

@@ -2208,7 +2208,7 @@ property.

-

Returns

+

Returns

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

@@ -2222,7 +2222,7 @@ nm_setting_ip6_config_get_dhcp_hostname

Returns the value contained in the “dhcp-hostname” property.

-

Parameters

+

Parameters

@@ -2237,7 +2237,7 @@ property.

-

Returns

+

Returns

the configured hostname to send to the DHCP server

Since: 0.9.8

@@ -2251,7 +2251,7 @@ nm_setting_ip6_config_get_never_default

Returns the value contained in the “never-default” property.

-

Parameters

+

Parameters

@@ -2266,7 +2266,7 @@ property.

-

Returns

+

Returns

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

@@ -2279,7 +2279,7 @@ nm_setting_ip6_config_get_may_fail (Returns the value contained in the “may-fail” property.

-

Parameters

+

Parameters

@@ -2294,7 +2294,7 @@ property.

-

Returns

+

Returns

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

@@ -2307,7 +2307,7 @@ nm_setting_ip6_config_get_ip6_privacy (“ip6-privacy” property.

-

Parameters

+

Parameters

@@ -2322,7 +2322,7 @@ property.

-

Returns

+

Returns

IPv6 Privacy Extensions configuration value (NMSettingIP6ConfigPrivacy).

@@ -2338,7 +2338,7 @@ property.

enum NMSettingIP6ConfigError

-

Members

+

Members

@@ -2518,7 +2518,7 @@ supported for IPv6)

NMSettingIP6ConfigPrivacy values indicate if and how IPv6 Privacy Extensions are used (RFC4941).

-

Members

+

Members

@@ -2723,6 +2723,6 @@ automatic configuration. Routes cannot be used with the "shared" or +
Generated by GTK-Doc V1.25 \ No newline at end of file -- cgit 1.3.0-6-gf8a5