From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-glib/html/NMIP4Config.html | 141 ++++++++++++---------------------- 1 file changed, 49 insertions(+), 92 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 63f441c3..1990b6cb 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -3,19 +3,19 @@ NMIP4Config - + - + - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,12 +39,11 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -67,32 +65,31 @@ const 
+

Properties

   "addresses"                gpointer              : Read
-  "domains"                  nm-string-array*      : Read
-  "hostname"                 gchar*                : Read
-  "nameservers"              nm-uint-array*        : Read
+  "domains"                  NMStringArray*        : Read
+  "nameservers"              NMUintArray*          : Read
   "routes"                   gpointer              : Read
-  "wins-servers"             nm-uint-array*        : Read
+  "wins-servers"             NMUintArray*          : Read
 
-
+

Description

-
+

Details

-
+

NMIP4Config

typedef struct _NMIP4Config NMIP4Config;


-
+

NMIP4ConfigClass

typedef struct {
 	NMObjectClass parent;
@@ -110,7 +107,7 @@ const 
+

NM_IP4_CONFIG_ADDRESSES

#define NM_IP4_CONFIG_ADDRESSES "addresses"
 
@@ -118,15 +115,7 @@ const -

NM_IP4_CONFIG_HOSTNAME

-
#define NM_IP4_CONFIG_HOSTNAME "hostname" /* DEPRECATED */
-
-

-

-
-
-
+

NM_IP4_CONFIG_NAMESERVERS

#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
 
@@ -134,7 +123,7 @@ const +

NM_IP4_CONFIG_DOMAINS

#define NM_IP4_CONFIG_DOMAINS "domains"
 
@@ -142,7 +131,7 @@ const +

NM_IP4_CONFIG_ROUTES

#define NM_IP4_CONFIG_ROUTES "routes"
 
@@ -150,7 +139,7 @@ const +

NM_IP4_CONFIG_WINS_SERVERS

#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
 
@@ -158,7 +147,7 @@ const +

-
+

nm_ip4_config_get_addresses ()

const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);

@@ -203,38 +191,15 @@ Gets the IP4 addresses (containing the address, prefix, and gateway).

Returns :

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

nm_ip4_config_get_hostname ()

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

-DEPRECATED. Don't use. -

-
-- - - - - - - -

config :

a NMIP4Config -

Returns :

NULL +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);

@@ -250,15 +215,15 @@ Gets the domain name servers (DNS).

Returns :

- the GArray containing guint32s. This is the internal copy used by the -configuration and must not be modified. +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);

@@ -274,15 +239,15 @@ Gets the domain names.

Returns :

- the GPtrArray containing domains as strings. This is the -internal copy used by the configuration, and must not be modified. +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);

@@ -298,15 +263,16 @@ Gets the routes.

Returns :

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

-
+

nm_ip4_config_get_wins_servers ()

const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);

@@ -322,17 +288,17 @@ Gets the Windows Internet Name Service servers (WINS).

Returns :

- the GArray containing guint32s. This is the internal copy used by the -configuration and must not be modified. +the GArray containing guint32s. +This is the internal copy used by the configuration and must not be modified. [element-type guint32]
-
+

Property Details

-
+

The "addresses" property

  "addresses"                gpointer              : Read

@@ -340,32 +306,23 @@ The +

The "domains" property

-
  "domains"                  nm-string-array*      : Read
+
  "domains"                  NMStringArray*        : Read

The GPtrArray containing domain strings of the configuration.


-
-

The "hostname" property

-
  "hostname"                 gchar*                : Read
-

-DEPRECATED. Don't use. -

-

Default value: NULL

-
-
-
+

The "nameservers" property

-
  "nameservers"              nm-uint-array*        : Read
+
  "nameservers"              NMUintArray*          : Read

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


-
+

The "routes" property

  "routes"                   gpointer              : Read

@@ -373,9 +330,9 @@ The +

The "wins-servers" property

-
  "wins-servers"             nm-uint-array*        : Read
+
  "wins-servers"             NMUintArray*          : Read

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

@@ -384,6 +341,6 @@ The
- Generated by GTK-Doc V1.15
+ Generated by GTK-Doc V1.17
\ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- docs/libnm-glib/html/NMIP4Config.html | 139 ++++++++++++++++++++++------------ 1 file changed, 91 insertions(+), 48 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 1990b6cb..748cce11 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -5,17 +5,17 @@ NMIP4Config - + - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,11 +39,12 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -65,31 +67,32 @@ const 
+

Properties

   "addresses"                gpointer              : Read
-  "domains"                  NMStringArray*        : Read
-  "nameservers"              NMUintArray*          : Read
+  "domains"                  nm-string-array*      : Read
+  "hostname"                 gchar*                : Read
+  "nameservers"              nm-uint-array*        : Read
   "routes"                   gpointer              : Read
-  "wins-servers"             NMUintArray*          : Read
+  "wins-servers"             nm-uint-array*        : Read
 
-
+

Description

-
+

Details

-
+

NMIP4Config

typedef struct _NMIP4Config NMIP4Config;


-
+

NMIP4ConfigClass

typedef struct {
 	NMObjectClass parent;
@@ -107,7 +110,7 @@ const 
+

NM_IP4_CONFIG_ADDRESSES

#define NM_IP4_CONFIG_ADDRESSES "addresses"
 
@@ -115,7 +118,15 @@ const +
+

NM_IP4_CONFIG_HOSTNAME

+
#define NM_IP4_CONFIG_HOSTNAME "hostname" /* DEPRECATED */
+
+

+

+
+
+

NM_IP4_CONFIG_NAMESERVERS

#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
 
@@ -123,7 +134,7 @@ const +

NM_IP4_CONFIG_DOMAINS

#define NM_IP4_CONFIG_DOMAINS "domains"
 
@@ -131,7 +142,7 @@ const +

NM_IP4_CONFIG_ROUTES

#define NM_IP4_CONFIG_ROUTES "routes"
 
@@ -139,7 +150,7 @@ const +

NM_IP4_CONFIG_WINS_SERVERS

#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
 
@@ -147,7 +158,7 @@ const +

-
+

nm_ip4_config_get_addresses ()

const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);

@@ -191,15 +203,38 @@ Gets the IP4 addresses (containing the address, prefix, and gateway).

Returns :

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

nm_ip4_config_get_hostname ()

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

+DEPRECATED. Don't use. +

+
++ + + + + + + +

config :

a NMIP4Config +

Returns :

NULL

-
+

nm_ip4_config_get_nameservers ()

const GArray *      nm_ip4_config_get_nameservers       (NMIP4Config *config);

@@ -215,15 +250,15 @@ Gets the domain name servers (DNS).

Returns :

-the GArray containing guint32s. This is the internal copy used by the -configuration and must not be modified. [element-type guint32] + the GArray containing guint32s. This is the internal copy used by the +configuration and must not be modified.

-
+

nm_ip4_config_get_domains ()

const GPtrArray *   nm_ip4_config_get_domains           (NMIP4Config *config);

@@ -239,15 +274,15 @@ Gets the domain names.

Returns :

-the GPtrArray containing domains as strings. This is the -internal copy used by the configuration, and must not be modified. [element-type utf8] + the GPtrArray containing domains as strings. This is the +internal copy used by the configuration, and must not be modified.

-
+

nm_ip4_config_get_routes ()

const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);

@@ -263,16 +298,15 @@ Gets the routes.

Returns :

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

-
+

nm_ip4_config_get_wins_servers ()

const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);

@@ -288,17 +322,17 @@ Gets the Windows Internet Name Service servers (WINS).

Returns :

-the GArray containing guint32s. -This is the internal copy used by the configuration and must not be modified. [element-type guint32] + the GArray containing guint32s. This is the internal copy used by the +configuration and must not be modified.
-
+

Property Details

-
+

The "addresses" property

  "addresses"                gpointer              : Read

@@ -306,23 +340,32 @@ The +

The "domains" property

-
  "domains"                  NMStringArray*        : Read
+
  "domains"                  nm-string-array*      : Read

The GPtrArray containing domain strings of the configuration.


-
+
+

The "hostname" property

+
  "hostname"                 gchar*                : Read
+

+DEPRECATED. Don't use. +

+

Default value: NULL

+
+
+

The "nameservers" property

-
  "nameservers"              NMUintArray*          : Read
+
  "nameservers"              nm-uint-array*        : Read

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


-
+

The "routes" property

  "routes"                   gpointer              : Read

@@ -330,9 +373,9 @@ The +

The "wins-servers" property

-
  "wins-servers"             NMUintArray*          : Read
+
  "wins-servers"             nm-uint-array*        : Read

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

@@ -341,6 +384,6 @@ The
- Generated by GTK-Doc V1.17
+ Generated by GTK-Doc V1.15
\ No newline at end of file -- cgit 1.3.0-6-gf8a5