From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- docs/libnm-glib/html/NMIP4Config.html | 646 ++++++++++++++++++---------------- 1 file changed, 340 insertions(+), 306 deletions(-) (limited to 'docs/libnm-glib/html/NMIP4Config.html') diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index 4c5fbe76..ca30a7b2 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -2,28 +2,36 @@ -libnm-glib Reference Manual: NMIP4Config +NMIP4Config - + - - - - - - - + + + + + + + + + +
@@ -31,405 +39,431 @@

NMIP4Config

NMIP4Config

- +
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMIP4Config
+
+
+
+

Implemented Interfaces

+

+NMIP4Config implements + GInitable and GAsyncInitable.

+
+
+

Properties

+
+  "addresses"                gpointer              : Read
+  "domains"                  NMStringArray*        : Read
+  "gateway"                  gchar*                : Read
+  "nameservers"              NMUintArray*          : Read
+  "routes"                   gpointer              : Read
+  "searches"                 NMStringArray*        : Read
+  "wins-servers"             NMUintArray*          : Read
+
+
-

Functions

-
+

Description

+

+

+ +
+

Details

+
+

NMIP4Config

+
typedef struct _NMIP4Config NMIP4Config;
+

+

+
+
+
+

NMIP4ConfigClass

+
typedef struct {
+	NMObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMIP4ConfigClass;
+
+

+

+
+
+
+

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"
+
+

+

+
+
+
+

nm_ip4_config_new ()

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

+Creates a new NMIP4Config. +

+
--++ - - + - - - - - - - - - - - - - - + + - - +
-GObject * - -nm_ip4_config_new () +

connection :

the DBusGConnection
const GSList * - -nm_ip4_config_get_addresses () -
const GArray * - -nm_ip4_config_get_nameservers () -
const GPtrArray * - -nm_ip4_config_get_domains () -
const GSList * - -nm_ip4_config_get_routes () -

object_path :

the DBus object path of the device
const GArray * - -nm_ip4_config_get_wins_servers () +

Returns :

a new IP4 configuration. [transfer full]
-
-

Properties

-
+
+
+

nm_ip4_config_get_gateway ()

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

+Gets the IP4 gateway address. +

+
---++ - - - - - - - - - - - - - - - - - - + + - - - + +
gpointeraddressesRead
-NMStringArray *domainsRead
-NMUintArray *nameserversRead
gpointerroutesRead

config :

a NMIP4Config +
-NMUintArray *wins-serversRead

Returns :

the IP4 address of the gateway.
+

Since 0.9.10

-
-

Types and Values

-
+
+
+

nm_ip4_config_get_addresses ()

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

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

+
--++ - - - - - - - - - - - - - - + + - - + +
#defineNM_IP4_CONFIG_ADDRESSES
#defineNM_IP4_CONFIG_NAMESERVERS
#defineNM_IP4_CONFIG_DOMAINS
#defineNM_IP4_CONFIG_ROUTES

config :

a NMIP4Config +
#defineNM_IP4_CONFIG_WINS_SERVERS

Returns :

the GSList containing NMIP4Addresses. +This is the internal copy used by the configuration and must not be modified. [element-type NetworkManager.IP4Address] +
-
-

Object Hierarchy

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

Description

+
+
+

nm_ip4_config_get_routes ()

+
const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);

+Gets the routes.

-
-
-

Functions

-
-

nm_ip4_config_new ()

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

Creates a new NMIP4Config.

-
-

Parameters

-
+
---++ - - - + + - - - + +

connection

the DBusGConnection

 

config :

a NMIP4Config +

object_path

the DBus object path of the device

 

Returns :

the GSList containing +NMIP4Routes. This is the internal copy used by the configuration, +and must not be modified. [element-type NetworkManager.IP4Route] +
-
-

Returns

-

a new IP4 configuration.

-

[transfer full]

-
-

-

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

-
+

nm_ip4_config_get_nameservers ()

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

+Gets the domain name servers (DNS). +

+
---++ - - - - - + + + + + + + + + +

config

a NMIP4Config

 

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] +
-
-

Returns

-

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

-

[element-type NetworkManager.IP4Address]

-
-

-

nm_ip4_config_get_nameservers ()

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

Gets the domain name servers (DNS).

-
-

Parameters

-
+

nm_ip4_config_get_domains ()

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

+Gets the domain names. +

+
---++ - - - - - + + + + + + + + + +

config

a NMIP4Config

 

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] +
-
-

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_routes ()

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

Gets the routes.

-
-

Parameters

-
+

nm_ip4_config_get_searches ()

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

+Gets the dns searches. +

+
---++ - - - - - + + + + + + + + + +

config

a NMIP4Config

 

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] +
-
-
-

Returns

-

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

-

[element-type NetworkManager.IP4Route]

-
+

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

-
+

nm_ip4_config_get_wins_servers ()

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

+Gets the Windows Internet Name Service servers (WINS). +

+
---++ - - - - - + + + + + + + + + +

config

a NMIP4Config

 

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] +
-
-

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

+

Property Details

-

NM_IP4_CONFIG_ADDRESSES

-
#define NM_IP4_CONFIG_ADDRESSES "addresses"
-
+

The "addresses" property

+
  "addresses"                gpointer              : Read

+The GPtrArray containing NMIP4Addresses of the configuration.


-

NM_IP4_CONFIG_NAMESERVERS

-
#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
-
+

The "domains" property

+
  "domains"                  NMStringArray*        : Read

+The GPtrArray containing domain strings of the configuration.


-

NM_IP4_CONFIG_DOMAINS

-
#define NM_IP4_CONFIG_DOMAINS "domains"
-
+

The "gateway" property

+
  "gateway"                  gchar*                : Read

+The IP4 gateway address of the configuration as string.

+

Default value: NULL

+

Since 0.9.10


-

NM_IP4_CONFIG_ROUTES

-
#define NM_IP4_CONFIG_ROUTES "routes"
-
+

The "nameservers" property

+
  "nameservers"              NMUintArray*          : Read

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


-

NM_IP4_CONFIG_WINS_SERVERS

-
#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
-
+

The "routes" property

+
  "routes"                   gpointer              : Read

+The GPtrArray containing NMSettingIP4Routes of the configuration.

-
-
-

Property Details

-
-

The “addresses” property

-
  “addresses”                gpointer
-

Addresses.

-

Flags: Read

-
-
-
-

The “domains” property

-
  “domains”                  NMStringArray *
-

Domains.

-

Flags: Read

-

-

The “nameservers” property

-
  “nameservers”              NMUintArray *
-

Nameservers.

-

Flags: Read

-
-
-
-

The “routes” property

-
  “routes”                   gpointer
-

Routes.

-

Flags: Read

+

The "searches" property

+
  "searches"                 NMStringArray*        : Read
+

+The GPtrArray containing dns search strings of the configuration. +

+

Since 0.9.10


-

The “wins-servers” property

-
  “wins-servers”             NMUintArray *
-

WINS Servers.

-

Flags: Read

+

The "wins-servers" property

+
  "wins-servers"             NMUintArray*          : Read
+

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

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