From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/libnm-glib/html/NMIP6Config.html | 69 ++++++++++++++++++++++------------- 1 file changed, 44 insertions(+), 25 deletions(-) (limited to 'docs/libnm-glib/html/NMIP6Config.html') diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 738699ba..d156ff91 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -3,12 +3,12 @@ NMIP6Config - + - + @@ -42,23 +42,24 @@

Synopsis

                    NMIP6Config;
+                    NMIP6ConfigClass;
 #define             NM_IP6_CONFIG_ADDRESSES
 #define             NM_IP6_CONFIG_NAMESERVERS
 #define             NM_IP6_CONFIG_DOMAINS
 #define             NM_IP6_CONFIG_ROUTES
-GObject *           nm_ip6_config_new                   (DBusGConnection *connection,
+GObject *           nm_ip6_config_new                   (DBusGConnection *connection,
                                                          const char *object_path);
-const GSList *      nm_ip6_config_get_addresses         (NMIP6Config *config);
-const GSList *      nm_ip6_config_get_nameservers       (NMIP6Config *config);
-const GPtrArray *   nm_ip6_config_get_domains           (NMIP6Config *config);
-const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);
+const GSList *      nm_ip6_config_get_addresses         (NMIP6Config *config);
+const GSList *      nm_ip6_config_get_nameservers       (NMIP6Config *config);
+const GPtrArray *   nm_ip6_config_get_domains           (NMIP6Config *config);
+const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);
 

Object Hierarchy

-  GObject
-   +----NMObject
+  GObject
+   +----NMObject
          +----NMIP6Config
 
@@ -85,6 +86,24 @@ const +

NMIP6ConfigClass

+
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);
+} NMIP6ConfigClass;
+
+

+

+ +

NM_IP6_CONFIG_ADDRESSES

#define NM_IP6_CONFIG_ADDRESSES "addresses"
@@ -119,7 +138,7 @@ const 
 

nm_ip6_config_new ()

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

Creates a new NMIP6Config. @@ -148,7 +167,7 @@ Creates a new

nm_ip6_config_get_addresses ()

-
const GSList *      nm_ip6_config_get_addresses         (NMIP6Config *config);
+
const GSList *      nm_ip6_config_get_addresses         (NMIP6Config *config);

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

@@ -162,7 +181,7 @@ Gets the IP6 addresses (containing the address, prefix, and gateway).

Returns :

- the GSList containing NMSettingIP6Addresses. This is the internal copy + the GSList containing NMSettingIP6Addresses. This is the internal copy used by the configuration and must not be modified. @@ -172,7 +191,7 @@ used by the configuration and must not be modified.

nm_ip6_config_get_nameservers ()

-
const GSList *      nm_ip6_config_get_nameservers       (NMIP6Config *config);
+
const GSList *      nm_ip6_config_get_nameservers       (NMIP6Config *config);

Gets the domain name servers (DNS).

@@ -186,7 +205,7 @@ Gets the domain name servers (DNS).

Returns :

- a GSList containing elements of type 'struct in6_addr' which contain + a GSList containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified. @@ -197,7 +216,7 @@ used by the configuration and must not be modified.

nm_ip6_config_get_domains ()

-
const GPtrArray *   nm_ip6_config_get_domains           (NMIP6Config *config);
+
const GPtrArray *   nm_ip6_config_get_domains           (NMIP6Config *config);

Gets the domain names.

@@ -211,7 +230,7 @@ Gets the domain names.

Returns :

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

nm_ip6_config_get_routes ()

-
const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);
+
const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);

Gets the routes.

@@ -235,7 +254,7 @@ Gets the routes.

Returns :

- the GSList containing NMSettingIP6Routes. This is the + the GSList containing NMSettingIP6Routes. This is the internal copy used by the configuration, and must not be modified. @@ -249,8 +268,8 @@ internal copy used by the configuration, and must not be modified.

The "addresses" property

  "addresses"                nm-ip6-address-object-array*  : Read

-The GPtrArray containing the IPv6 addresses; use -nm_utils_ip6_addresses_from_gvalue() to return a GSList of +The GPtrArray containing the IPv6 addresses; use +nm_utils_ip6_addresses_from_gvalue() to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.

@@ -259,7 +278,7 @@ The

The "domains" property

  "domains"                  nm-string-array*      : Read

-The GPtrArray containing domain strings of the configuration. +The GPtrArray containing domain strings of the configuration.


@@ -267,7 +286,7 @@ The

The "nameservers" property

  "nameservers"              nm-ip6-address-array*  : Read

-The GPtrArray containing elements of type 'struct ip6_addr' which +The GPtrArray containing elements of type 'struct ip6_addr' which contain the addresses of nameservers of the configuration.

@@ -276,8 +295,8 @@ contain the addresses of nameservers of the configuration.

The "routes" property

  "routes"                   nm-ip6-route-object-array*  : Read

-The GPtrArray containing the IPv6 routes; use -nm_utils_ip6_routes_from_gvalue() to return a GSList of +The GPtrArray containing the IPv6 routes; use +nm_utils_ip6_routes_from_gvalue() to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.

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