From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-glib/html/NMIP4Config.html | 543 ---------------------------------- 1 file changed, 543 deletions(-) delete mode 100644 docs/libnm-glib/html/NMIP4Config.html (limited to 'docs/libnm-glib/html/NMIP4Config.html') diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html deleted file mode 100644 index b1981465..00000000 --- a/docs/libnm-glib/html/NMIP4Config.html +++ /dev/null @@ -1,543 +0,0 @@ - - - - -NMIP4Config: libnm-glib Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMIP4Config

-

NMIP4Config

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-GObject * - -nm_ip4_config_new () -
const char * - -nm_ip4_config_get_gateway () -
const GSList * - -nm_ip4_config_get_addresses () -
const GSList * - -nm_ip4_config_get_routes () -
const GArray * - -nm_ip4_config_get_nameservers () -
const GPtrArray * - -nm_ip4_config_get_domains () -
const GPtrArray * - -nm_ip4_config_get_searches () -
const GArray * - -nm_ip4_config_get_wins_servers () -
-
-
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
gpointeraddressesRead
-NMStringArray *domainsRead
-gchar *gatewayRead
-NMUintArray *nameserversRead
gpointerroutesRead
-NMStringArray *searchesRead
-NMUintArray *wins-serversRead
-
-
-

Types and Values

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#defineNM_IP4_CONFIG_GATEWAY
#defineNM_IP4_CONFIG_ADDRESSES
#defineNM_IP4_CONFIG_ROUTES
#defineNM_IP4_CONFIG_NAMESERVERS
#defineNM_IP4_CONFIG_DOMAINS
#defineNM_IP4_CONFIG_SEARCHES
#defineNM_IP4_CONFIG_WINS_SERVERS
-
-
-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMIP4Config
-
-
-
-

Description

-
-
-

Functions

-
-

nm_ip4_config_new ()

-
GObject *
-nm_ip4_config_new (DBusGConnection *connection,
-                   const char *object_path);
-

Creates a new NMIP4Config.

-
-

Parameters

-
----- - - - - - - - - - - - - -

connection

the DBusGConnection

 

object_path

the DBus object path of the device

 
-
-
-

Returns

-

a new IP4 configuration.

-

[transfer full]

-
-
-
-
-

nm_ip4_config_get_gateway ()

-
const char *
-nm_ip4_config_get_gateway (NMIP4Config *config);
-

Gets the IP4 gateway address.

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the IP4 address of the gateway.

-
-

Since: 0.9.10

-
-
-
-

nm_ip4_config_get_addresses ()

-
const GSList *
-nm_ip4_config_get_addresses (NMIP4Config *config);
-

Gets the IP4 addresses (containing the address, prefix, and gateway).

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GSList containing NMIP4Addresses. -This is the internal copy used by the configuration and must not be modified.

-

[element-type NMIP4Address]

-
-
-
-
-

nm_ip4_config_get_routes ()

-
const GSList *
-nm_ip4_config_get_routes (NMIP4Config *config);
-

Gets the routes.

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GSList containing -NMIP4Routes. This is the internal copy used by the configuration, -and must not be modified.

-

[element-type NMIP4Route]

-
-
-
-
-

nm_ip4_config_get_nameservers ()

-
const GArray *
-nm_ip4_config_get_nameservers (NMIP4Config *config);
-

Gets the domain name servers (DNS).

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GArray containing guint32s. -This is the internal copy used by the configuration and must not be -modified.

-

[element-type guint32]

-
-
-
-
-

nm_ip4_config_get_domains ()

-
const GPtrArray *
-nm_ip4_config_get_domains (NMIP4Config *config);
-

Gets the domain names.

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GPtrArray containing domains as strings. This is the -internal copy used by the configuration, and must not be modified.

-

[element-type utf8]

-
-
-
-
-

nm_ip4_config_get_searches ()

-
const GPtrArray *
-nm_ip4_config_get_searches (NMIP4Config *config);
-

Gets the dns searches.

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GPtrArray containing dns searches as strings. This is the -internal copy used by the configuration, and must not be modified.

-

[element-type utf8]

-
-

Since: 0.9.10

-
-
-
-

nm_ip4_config_get_wins_servers ()

-
const GArray *
-nm_ip4_config_get_wins_servers (NMIP4Config *config);
-

Gets the Windows Internet Name Service servers (WINS).

-
-

Parameters

-
----- - - - - - -

config

a NMIP4Config

 
-
-
-

Returns

-

the GArray containing guint32s. -This is the internal copy used by the configuration and must not be -modified.

-

[element-type guint32]

-
-
-
-
-

Types and Values

-
-

NM_IP4_CONFIG_GATEWAY

-
#define NM_IP4_CONFIG_GATEWAY "gateway"
-
-
-
-
-

NM_IP4_CONFIG_ADDRESSES

-
#define NM_IP4_CONFIG_ADDRESSES "addresses"
-
-
-
-
-

NM_IP4_CONFIG_ROUTES

-
#define NM_IP4_CONFIG_ROUTES "routes"
-
-
-
-
-

NM_IP4_CONFIG_NAMESERVERS

-
#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
-
-
-
-
-

NM_IP4_CONFIG_DOMAINS

-
#define NM_IP4_CONFIG_DOMAINS "domains"
-
-
-
-
-

NM_IP4_CONFIG_SEARCHES

-
#define NM_IP4_CONFIG_SEARCHES "searches"
-
-
-
-
-

NM_IP4_CONFIG_WINS_SERVERS

-
#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
-
-
-
-
-

Property Details

-
-

The “addresses” property

-
  “addresses”                gpointer
-

The GPtrArray containing NMIP4Addresses of the configuration.

-

Flags: Read

-
-
-
-

The “domains” property

-
  “domains”                  NMStringArray *
-

The GPtrArray containing domain strings of the configuration.

-

Flags: Read

-
-
-
-

The “gateway” property

-
  “gateway”                  gchar *
-

The IP4 gateway address of the configuration as string.

-

Flags: Read

-

Default value: NULL

-

Since: 0.9.10

-
-
-
-

The “nameservers” property

-
  “nameservers”              NMUintArray *
-

The GArray containing name servers (guint32s) of the configuration.

-

Flags: Read

-
-
-
-

The “routes” property

-
  “routes”                   gpointer
-

The GPtrArray containing NMSettingIP4Routes of the configuration.

-

Flags: Read

-
-
-
-

The “searches” property

-
  “searches”                 NMStringArray *
-

The GPtrArray containing dns search strings of the configuration.

-

Flags: Read

-

Since: 0.9.10

-
-
-
-

The “wins-servers” property

-
  “wins-servers”             NMUintArray *
-

The GArray containing WINS servers (guint32s) of the configuration.

-

Flags: Read

-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5