From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMIPConfig.html | 147 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 146 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMIPConfig.html') diff --git a/docs/libnm/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index 2c9c22b6..245c2e79 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -15,7 +15,9 @@ @@ -102,6 +104,61 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+GPtrArray *addressesRead
GStrvdomainsRead
intfamilyRead
+char *gatewayRead
GStrvnameserversRead
+GPtrArray *routesRead
GStrvsearchesRead
GStrvwins-serversRead
+
+

Types and Values

@@ -141,10 +198,21 @@ + + + +
#define NM_IP_CONFIG_WINS_SERVERS
 NMIPConfig
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMIPConfig
+
+
+

Description

@@ -423,6 +491,83 @@ nm_ip_config_get_wins_servers (#define NM_IP_CONFIG_WINS_SERVERS "wins-servers"
+
+
+

NMIPConfig

+
typedef struct _NMIPConfig NMIPConfig;
+
+ +
+

Property Details

+
+

The “addresses” property

+
  “addresses”                GPtrArray *
+

A GPtrArray containing the addresses (NMIPAddress) of the configuration.

+

Owner: NMIPConfig

+

Flags: Read

+
+
+
+

The “domains” property

+
  “domains”                  GStrv
+

The array containing domain strings of the configuration.

+

Owner: NMIPConfig

+

Flags: Read

+
+
+
+

The “family” property

+
  “family”                   int
+

The IP address family of the configuration; either +AF_INET or AF_INET6.

+

Owner: NMIPConfig

+

Flags: Read

+

Allowed values: [0,255]

+

Default value: 0

+
+
+
+

The “gateway” property

+
  “gateway”                  char *
+

The IP gateway address of the configuration as string.

+

Owner: NMIPConfig

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “nameservers” property

+
  “nameservers”              GStrv
+

The array containing name server IP addresses of the configuration.

+

Owner: NMIPConfig

+

Flags: Read

+
+
+
+

The “routes” property

+
  “routes”                   GPtrArray *
+

A GPtrArray containing the routes (NMIPRoute) of the configuration.

+

[type GPtrArray(NMIPRoute)]

+

Owner: NMIPConfig

+

Flags: Read

+
+
+
+

The “searches” property

+
  “searches”                 GStrv
+

The array containing DNS search strings of the configuration.

+

Owner: NMIPConfig

+

Flags: Read

+
+
+
+

The “wins-servers” property

+
  “wins-servers”             GStrv
+

The array containing WINS server IP addresses of the configuration. +(This will always be empty for IPv6 configurations.)

+

Owner: NMIPConfig

+

Flags: Read

+