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/NMSettingIP4Config.html | 200 +++++++++++++-------------- 1 file changed, 100 insertions(+), 100 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 b14b4721..825e96b8 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -8,7 +8,7 @@ - + @@ -738,7 +738,7 @@ properties related to IPv4 addressing, routing, and Domain Name Service

nm_setting_ip4_config_error_quark (void);

Registers an error quark for NMSettingIP4Config if necessary.

-

Returns

+

Returns

the error quark used for NMSettingIP4Config errors.

@@ -749,7 +749,7 @@ nm_setting_ip4_config_error_quark (void);

Creates and returns a new NMIP4Address object.

-

Returns

+

Returns

the new empty NMIP4Address object.

[transfer full]

@@ -761,7 +761,7 @@ nm_ip4_address_new (voidNMIP4Address *source);

Copies a given NMIP4Address object and returns the copy.

-

Parameters

+

Parameters

@@ -776,7 +776,7 @@ nm_ip4_address_dup ( -

Returns

+

Returns

the copy of the given NMIP4Address copy.

[transfer full]

@@ -788,7 +788,7 @@ nm_ip4_address_dup (NMIP4Address *address);

Increases the reference count of the object.

-

Parameters

+

Parameters

@@ -811,7 +811,7 @@ nm_ip4_address_unref ( -

Parameters

+

Parameters

@@ -834,7 +834,7 @@ nm_ip4_address_compare (NMIP4Address *other);

Determines if two NMIP4Address objects contain the same values.

-

Parameters

+

Parameters

@@ -857,7 +857,7 @@ to.

-

Returns

+

Returns

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

@@ -868,7 +868,7 @@ to.

nm_ip4_address_get_address (NMIP4Address *address);

Gets the IPv4 address property of this address object.

-

Parameters

+

Parameters

@@ -883,7 +883,7 @@ nm_ip4_address_get_address ( -

Returns

+

Returns

the IPv4 address in network byte order

@@ -895,7 +895,7 @@ nm_ip4_address_set_address (guint32 addr);

Sets the IPv4 address property of this object.

-

Parameters

+

Parameters

@@ -925,7 +925,7 @@ nm_ip4_address_get_prefix (
-

Parameters

+

Parameters

@@ -940,7 +940,7 @@ object.

-

Returns

+

Returns

the IPv4 address prefix

@@ -952,7 +952,7 @@ nm_ip4_address_set_prefix (guint32 prefix);

Sets the IPv4 address prefix.

-

Parameters

+

Parameters

@@ -981,7 +981,7 @@ nm_ip4_address_set_prefix (NMIP4Address *address);

Gets the IPv4 default gateway property of this address object.

-

Parameters

+

Parameters

@@ -996,7 +996,7 @@ nm_ip4_address_get_gateway ( -

Returns

+

Returns

the IPv4 gateway address in network byte order

@@ -1008,7 +1008,7 @@ nm_ip4_address_set_gateway (guint32 gateway);

Sets the IPv4 default gateway property of this address object.

-

Parameters

+

Parameters

@@ -1037,7 +1037,7 @@ nm_ip4_address_set_gateway (void);

Creates and returns a new NMIP4Route object.

-

Returns

+

Returns

the new empty NMIP4Route object.

[transfer full]

@@ -1049,7 +1049,7 @@ nm_ip4_route_new (voidNMIP4Route *source);

Copies a given NMIP4Route object and returns the copy.

-

Parameters

+

Parameters

@@ -1064,7 +1064,7 @@ nm_ip4_route_dup ( -

Returns

+

Returns

the copy of the given NMIP4Route copy.

[transfer full]

@@ -1076,7 +1076,7 @@ nm_ip4_route_dup (NMIP4Route *route);

Increases the reference count of the object.

-

Parameters

+

Parameters

@@ -1099,7 +1099,7 @@ nm_ip4_route_unref ( -

Parameters

+

Parameters

@@ -1122,7 +1122,7 @@ nm_ip4_route_compare (NMIP4Route *other);

Determines if two NMIP4Route objects contain the same values.

-

Parameters

+

Parameters

@@ -1145,7 +1145,7 @@ to.

-

Returns

+

Returns

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

@@ -1156,7 +1156,7 @@ to.

nm_ip4_route_get_dest (NMIP4Route *route);

Gets the IPv4 destination address property of this route object.

-

Parameters

+

Parameters

@@ -1171,7 +1171,7 @@ nm_ip4_route_get_dest ( -

Returns

+

Returns

the IPv4 address in network byte order

@@ -1183,7 +1183,7 @@ nm_ip4_route_set_dest (guint32 dest);

Sets the IPv4 destination address property of this route object.

-

Parameters

+

Parameters

@@ -1212,7 +1212,7 @@ nm_ip4_route_set_dest (NMIP4Route *route);

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

-

Parameters

+

Parameters

@@ -1227,7 +1227,7 @@ nm_ip4_route_get_prefix ( -

Returns

+

Returns

the IPv4 prefix

@@ -1239,7 +1239,7 @@ nm_ip4_route_set_prefix (guint32 prefix);

Sets the IPv4 prefix of this route.

-

Parameters

+

Parameters

@@ -1268,7 +1268,7 @@ nm_ip4_route_set_prefix (NMIP4Route *route);

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

-

Parameters

+

Parameters

@@ -1283,7 +1283,7 @@ nm_ip4_route_get_next_hop ( -

Returns

+

Returns

the IPv4 address in network byte order

@@ -1295,7 +1295,7 @@ nm_ip4_route_set_next_hop (guint32 next_hop);

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

-

Parameters

+

Parameters

@@ -1325,7 +1325,7 @@ nm_ip4_route_get_metric (
-

Parameters

+

Parameters

@@ -1340,7 +1340,7 @@ nm_ip4_route_get_metric ( -

Returns

+

Returns

the route metric

@@ -1353,7 +1353,7 @@ nm_ip4_route_set_metric (
-

Parameters

+

Parameters

@@ -1382,7 +1382,7 @@ nm_ip4_route_set_metric (void);

Creates a new NMSettingIP4Config object with default values.

-

Returns

+

Returns

the new empty NMSettingIP4Config object.

[transfer full]

@@ -1393,7 +1393,7 @@ nm_setting_ip4_config_new (voidconst char * nm_setting_ip4_config_get_method (NMSettingIP4Config *setting);
-

Parameters

+

Parameters

@@ -1408,7 +1408,7 @@ nm_setting_ip4_config_get_method (
-

Returns

+

Returns

the “method” property of the setting

@@ -1418,7 +1418,7 @@ nm_setting_ip4_config_get_method (guint32 nm_setting_ip4_config_get_num_dns (NMSettingIP4Config *setting);
-

Parameters

+

Parameters

@@ -1433,7 +1433,7 @@ nm_setting_ip4_config_get_num_dns (
-

Returns

+

Returns

the number of configured DNS servers

@@ -1444,7 +1444,7 @@ nm_setting_ip4_config_get_num_dns (NMSettingIP4Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1466,7 +1466,7 @@ nm_setting_ip4_config_get_dns (
-

Returns

+

Returns

the IPv4 address (network byte order) of the DNS server at index i

@@ -1480,7 +1480,7 @@ nm_setting_ip4_config_add_dns (guint32 dns);

Adds a new DNS server to the setting.

-

Parameters

+

Parameters

@@ -1502,7 +1502,7 @@ nm_setting_ip4_config_add_dns (
-

Returns

+

Returns

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

@@ -1516,7 +1516,7 @@ nm_setting_ip4_config_remove_dns (Removes the DNS server at index i .

-

Parameters

+

Parameters

@@ -1548,7 +1548,7 @@ nm_setting_ip4_config_remove_dns_by_value

Removes the DNS server dns .

-

Parameters

+

Parameters

@@ -1570,7 +1570,7 @@ nm_setting_ip4_config_remove_dns_by_value
-

Returns

+

Returns

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

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

nm_setting_ip4_config_clear_dns (NMSettingIP4Config *setting);

Removes all configured DNS servers.

-

Parameters

+

Parameters

@@ -1605,7 +1605,7 @@ nm_setting_ip4_config_clear_dns (NMSettingIP4Config *setting);
-

Parameters

+

Parameters

@@ -1620,7 +1620,7 @@ nm_setting_ip4_config_get_num_dns_searches
-

Returns

+

Returns

the number of configured DNS search domains

@@ -1631,7 +1631,7 @@ nm_setting_ip4_config_get_num_dns_searches nm_setting_ip4_config_get_dns_search (NMSettingIP4Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1653,7 +1653,7 @@ nm_setting_ip4_config_get_dns_search ( -

Returns

+

Returns

the DNS search domain at index i

@@ -1666,7 +1666,7 @@ nm_setting_ip4_config_add_dns_search (const char *dns_search);

Adds a new DNS search domain to the setting.

-

Parameters

+

Parameters

@@ -1688,7 +1688,7 @@ nm_setting_ip4_config_add_dns_search ( -

Returns

+

Returns

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

@@ -1703,7 +1703,7 @@ nm_setting_ip4_config_remove_dns_search

Removes the DNS search domain at index i .

-

Parameters

+

Parameters

@@ -1735,7 +1735,7 @@ nm_setting_ip4_config_remove_dns_search_by_value

Removes the DNS search domain dns_search .

-

Parameters

+

Parameters

@@ -1757,7 +1757,7 @@ nm_setting_ip4_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

@@ -1770,7 +1770,7 @@ nm_setting_ip4_config_clear_dns_searches (NMSettingIP4Config *setting);

Removes all configured DNS search domains.

-

Parameters

+

Parameters

@@ -1792,7 +1792,7 @@ nm_setting_ip4_config_clear_dns_searches nm_setting_ip4_config_get_num_addresses (NMSettingIP4Config *setting);
-

Parameters

+

Parameters

@@ -1807,7 +1807,7 @@ nm_setting_ip4_config_get_num_addresses
-

Returns

+

Returns

the number of configured addresses

@@ -1818,7 +1818,7 @@ nm_setting_ip4_config_get_num_addresses nm_setting_ip4_config_get_address (NMSettingIP4Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1840,7 +1840,7 @@ nm_setting_ip4_config_get_address (
-

Returns

+

Returns

the address at index i

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

-

Parameters

+

Parameters

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

@@ -1890,7 +1890,7 @@ nm_setting_ip4_config_remove_address (i .

-

Parameters

+

Parameters

@@ -1922,7 +1922,7 @@ nm_setting_ip4_config_remove_address_by_value

Removes the address address .

-

Parameters

+

Parameters

@@ -1944,7 +1944,7 @@ nm_setting_ip4_config_remove_address_by_value
-

Returns

+

Returns

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

Since: 0.9.10

@@ -1956,7 +1956,7 @@ nm_setting_ip4_config_remove_address_by_value nm_setting_ip4_config_clear_addresses (NMSettingIP4Config *setting);

Removes all configured addresses.

-

Parameters

+

Parameters

@@ -1977,7 +1977,7 @@ nm_setting_ip4_config_clear_addresses (guint32 nm_setting_ip4_config_get_num_routes (NMSettingIP4Config *setting);
-

Parameters

+

Parameters

@@ -1992,7 +1992,7 @@ nm_setting_ip4_config_get_num_routes ( -

Returns

+

Returns

the number of configured routes

@@ -2003,7 +2003,7 @@ nm_setting_ip4_config_get_num_routes (NMSettingIP4Config *setting, guint32 i);
-

Parameters

+

Parameters

@@ -2025,7 +2025,7 @@ nm_setting_ip4_config_get_route (
-

Returns

+

Returns

the route at index i

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

-

Parameters

+

Parameters

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

@@ -2074,7 +2074,7 @@ nm_setting_ip4_config_remove_route (Removes the route at index i .

-

Parameters

+

Parameters

@@ -2106,7 +2106,7 @@ nm_setting_ip4_config_remove_route_by_value

Removes the route route .

-

Parameters

+

Parameters

@@ -2128,7 +2128,7 @@ nm_setting_ip4_config_remove_route_by_value
-

Returns

+

Returns

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

Since: 0.9.10

@@ -2140,7 +2140,7 @@ nm_setting_ip4_config_remove_route_by_value nm_setting_ip4_config_clear_routes (NMSettingIP4Config *setting);

Removes all configured routes.

-

Parameters

+

Parameters

@@ -2164,7 +2164,7 @@ nm_setting_ip4_config_get_route_metric

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

-

Parameters

+

Parameters

@@ -2179,7 +2179,7 @@ property.

-

Returns

+

Returns

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

@@ -2194,7 +2194,7 @@ nm_setting_ip4_config_get_ignore_auto_routes

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

-

Parameters

+

Parameters

@@ -2209,7 +2209,7 @@ property.

-

Returns

+

Returns

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

@@ -2223,7 +2223,7 @@ nm_setting_ip4_config_get_ignore_auto_dns

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

-

Parameters

+

Parameters

@@ -2238,7 +2238,7 @@ property.

-

Returns

+

Returns

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

@@ -2252,7 +2252,7 @@ nm_setting_ip4_config_get_dhcp_client_id

Returns the value contained in the “dhcp-client-id” property.

-

Parameters

+

Parameters

@@ -2267,7 +2267,7 @@ property.

-

Returns

+

Returns

the configured Client ID to send to the DHCP server when requesting addresses via DHCP.

@@ -2281,7 +2281,7 @@ nm_setting_ip4_config_get_dhcp_send_hostname

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

-

Parameters

+

Parameters

@@ -2296,7 +2296,7 @@ property.

-

Returns

+

Returns

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.

@@ -2311,7 +2311,7 @@ nm_setting_ip4_config_get_dhcp_hostname

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

-

Parameters

+

Parameters

@@ -2326,7 +2326,7 @@ property.

-

Returns

+

Returns

the configured hostname to send to the DHCP server

@@ -2339,7 +2339,7 @@ nm_setting_ip4_config_get_dhcp_timeout

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

-

Parameters

+

Parameters

@@ -2354,7 +2354,7 @@ property.

-

Returns

+

Returns

The number of seconds after which unfinished DHCP transaction fails or zero for "default".

@@ -2368,7 +2368,7 @@ nm_setting_ip4_config_get_never_default

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

-

Parameters

+

Parameters

@@ -2383,7 +2383,7 @@ property.

-

Returns

+

Returns

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

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

-

Parameters

+

Parameters

@@ -2411,7 +2411,7 @@ property.

-

Returns

+

Returns

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

@@ -2428,7 +2428,7 @@ for the connection to succeed.

enum NMSettingIP4ConfigError

-

Members

+

Members

@@ -2779,6 +2779,6 @@ methods because there is no upstream network.

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