From b436a68a20ff3114ded32a7a3d70cdd4954039f9 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 12 Nov 2011 01:36:14 +0100 Subject: Imported Upstream version 0.9.2.0 --- docs/libnm-glib/html/NMIP4Config.html | 88 +++++++++++++++++------------------ 1 file changed, 44 insertions(+), 44 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..67a8f4fd 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -8,7 +8,7 @@ - + @@ -44,17 +44,17 @@
                    NMIP4Config;
                     NMIP4ConfigClass;
 #define             NM_IP4_CONFIG_ADDRESSES
-#define             NM_IP4_CONFIG_NAMESERVERS
 #define             NM_IP4_CONFIG_DOMAINS
+#define             NM_IP4_CONFIG_NAMESERVERS
 #define             NM_IP4_CONFIG_ROUTES
 #define             NM_IP4_CONFIG_WINS_SERVERS
-GObject *           nm_ip4_config_new                   (DBusGConnection *connection,
-                                                         const char *object_path);
 const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);
-const GArray *      nm_ip4_config_get_nameservers       (NMIP4Config *config);
 const GPtrArray *   nm_ip4_config_get_domains           (NMIP4Config *config);
+const GArray *      nm_ip4_config_get_nameservers       (NMIP4Config *config);
 const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);
 const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);
+GObject *           nm_ip4_config_new                   (DBusGConnection *connection,
+                                                         const char *object_path);
 
@@ -116,16 +116,16 @@ const -

NM_IP4_CONFIG_NAMESERVERS

-
#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
+

NM_IP4_CONFIG_DOMAINS

+
#define NM_IP4_CONFIG_DOMAINS "domains"
 


-

NM_IP4_CONFIG_DOMAINS

-
#define NM_IP4_CONFIG_DOMAINS "domains"
+

NM_IP4_CONFIG_NAMESERVERS

+
#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
 

@@ -148,27 +148,23 @@ const -

nm_ip4_config_new ()

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

nm_ip4_config_get_addresses ()

+
const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);

-Creates a new NMIP4Config. +Gets the IP4 addresses (containing the address, prefix, and gateway).

- - + - - - - - @@ -176,10 +172,10 @@ Creates a new
-

nm_ip4_config_get_addresses ()

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

nm_ip4_config_get_domains ()

+
const GPtrArray *   nm_ip4_config_get_domains           (NMIP4Config *config);

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

connection :

the DBusGConnection +

config :

a NMIP4Config

object_path :

the DBus object path of the device

Returns :

a new IP4 configuration. [transfer full] +the GSList containing NMIP4Addresses. +This is the internal copy used by the configuration and must not be modified. [element-type NetworkManager.IP4Address]
@@ -191,8 +187,8 @@ Gets the IP4 addresses (containing the address, prefix, and gateway). - @@ -224,10 +220,10 @@ configuration and must not be modified. [
-

nm_ip4_config_get_domains ()

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

nm_ip4_config_get_routes ()

+
const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);

-Gets the domain names. +Gets the routes.

Returns :

the GSList containing NMIP4Addresses. -This is the internal copy used by the configuration and must not be modified. [element-type NetworkManager.IP4Address] +the GPtrArray containing domains as strings. This is the +internal copy used by the configuration, and must not be modified. [element-type utf8]
@@ -239,8 +235,9 @@ Gets the domain names. - @@ -248,10 +245,10 @@ 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);
+

nm_ip4_config_get_wins_servers ()

+
const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);

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

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 GSList containing +NMIP4Routes. This is the internal copy used by the configuration, +and must not be modified. [element-type NetworkManager.IP4Route]
@@ -263,9 +260,8 @@ Gets the routes. - @@ -273,23 +269,27 @@ and must not be modified. [ -

nm_ip4_config_get_wins_servers ()

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

nm_ip4_config_new ()

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

-Gets the Windows Internet Name Service servers (WINS). +Creates a new NMIP4Config.

Returns :

the GSList containing -NMIP4Routes. This is the internal copy used by the configuration, -and must not be modified. [element-type NetworkManager.IP4Route] +the GArray containing guint32s. +This is the internal copy used by the configuration and must not be modified. [element-type guint32]
- - + + + + + - @@ -341,6 +341,6 @@ The
- Generated by GTK-Doc V1.17 + Generated by GTK-Doc V1.18 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

config :

a NMIP4Config +

connection :

the DBusGConnection

object_path :

the DBus object path of the device

Returns :

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