From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMIPConfig.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/libnm/html/NMIPConfig.html') diff --git a/docs/libnm/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index e2be9773..18ddd31d 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -71,28 +71,28 @@ -const char * const * +const char *const * nm_ip_config_get_nameservers () -const char * const * +const char *const * nm_ip_config_get_domains () -const char * const * +const char *const * nm_ip_config_get_searches () -const char * const * +const char *const * nm_ip_config_get_wins_servers () @@ -265,7 +265,7 @@ safe for callers to reference and keep using it.


nm_ip_config_get_nameservers ()

-
const char * const *
+
const char *const *
 nm_ip_config_get_nameservers (NMIPConfig *config);

Gets the domain name servers (DNS).

@@ -292,7 +292,7 @@ nm_ip_config_get_nameservers (

nm_ip_config_get_domains ()

-
const char * const *
+
const char *const *
 nm_ip_config_get_domains (NMIPConfig *config);

Gets the domain names.

@@ -320,7 +320,7 @@ nm_ip_config_get_domains (

nm_ip_config_get_searches ()

-
const char * const *
+
const char *const *
 nm_ip_config_get_searches (NMIPConfig *config);

Gets the DNS searches.

@@ -348,7 +348,7 @@ nm_ip_config_get_searches (

nm_ip_config_get_wins_servers ()

-
const char * const *
+
const char *const *
 nm_ip_config_get_wins_servers (NMIPConfig *config);

Gets the Windows Internet Name Service servers (WINS).

@@ -378,43 +378,43 @@ nm_ip_config_get_wins_servers (

Types and Values

NM_IP_CONFIG_FAMILY

-
#define NM_IP_CONFIG_FAMILY "family"
+
#define NM_IP_CONFIG_FAMILY       "family"
 

NM_IP_CONFIG_GATEWAY

-
#define NM_IP_CONFIG_GATEWAY "gateway"
+
#define NM_IP_CONFIG_GATEWAY      "gateway"
 

NM_IP_CONFIG_ADDRESSES

-
#define NM_IP_CONFIG_ADDRESSES "addresses"
+
#define NM_IP_CONFIG_ADDRESSES    "addresses"
 

NM_IP_CONFIG_ROUTES

-
#define NM_IP_CONFIG_ROUTES "routes"
+
#define NM_IP_CONFIG_ROUTES       "routes"
 

NM_IP_CONFIG_NAMESERVERS

-
#define NM_IP_CONFIG_NAMESERVERS "nameservers"
+
#define NM_IP_CONFIG_NAMESERVERS  "nameservers"
 

NM_IP_CONFIG_DOMAINS

-
#define NM_IP_CONFIG_DOMAINS "domains"
+
#define NM_IP_CONFIG_DOMAINS      "domains"
 

NM_IP_CONFIG_SEARCHES

-
#define NM_IP_CONFIG_SEARCHES "searches"
+
#define NM_IP_CONFIG_SEARCHES     "searches"
 

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMIPConfig.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/libnm/html/NMIPConfig.html') diff --git a/docs/libnm/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index 18ddd31d..2c9c22b6 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -8,7 +8,7 @@ - + @@ -199,7 +199,7 @@ nm_ip_config_get_gateway (

Returns

the IP address of the gateway.

-

[transfer none]

+

[transfer none]


@@ -229,7 +229,7 @@ nm_ip_config_get_addresses (NMIPAddresses. This is the internal copy used by the configuration and must not be modified. The library never modifies the returned array and thus it is safe for callers to reference and keep using it.

-

[element-type NMIPAddress][transfer none]

+

[element-type NMIPAddress][transfer none]


@@ -259,7 +259,7 @@ nm_ip_config_get_routes (NMIPRoutes. This is the internal copy used by the configuration, and must not be modified. The library never modifies the returned array and thus it is safe for callers to reference and keep using it.

-

[element-type NMIPRoute][transfer none]

+

[element-type NMIPRoute][transfer none]


@@ -286,7 +286,7 @@ nm_ip_config_get_nameservers (

Returns

the array of nameserver IP addresses.

-

[transfer none]

+

[transfer none]


@@ -314,7 +314,7 @@ nm_ip_config_get_domains (

Returns

the array of domains. (This is never NULL, though it may be 0-length).

-

[transfer none]

+

[transfer none]


@@ -342,7 +342,7 @@ nm_ip_config_get_searches (

Returns

the array of DNS search strings. (This is never NULL, though it may be 0-length).

-

[transfer none]

+

[transfer none]


@@ -370,7 +370,7 @@ nm_ip_config_get_wins_servers (

Returns

the arry of WINS server IP address strings. (This is never NULL, though it may be 0-length.).

-

[transfer none]

+

[transfer none]

@@ -426,6 +426,6 @@ nm_ip_config_get_wins_servers ( +
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5