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/NMIP6Config.html | 99 ++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 49 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 b8de4edf..1d2b58e1 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -3,19 +3,19 @@ NMIP6Config - + - + - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

                    NMIP6Config;
                     NMIP6ConfigClass;
@@ -55,7 +55,7 @@ const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);
 
-
+

Object Hierarchy

   GObject
@@ -63,30 +63,30 @@ const 
+

Properties

-  "addresses"                nm-ip6-address-object-array*  : Read
-  "domains"                  nm-string-array*      : Read
-  "nameservers"              nm-ip6-address-array*  : Read
-  "routes"                   nm-ip6-route-object-array*  : Read
+  "addresses"                NMIP6AddressObjectArray*  : Read
+  "domains"                  NMStringArray*        : Read
+  "nameservers"              NMIP6AddressArray*    : Read
+  "routes"                   NMIP6RouteObjectArray*  : Read
 
-
+

Description

-
+

Details

-
+

NMIP6Config

typedef struct _NMIP6Config NMIP6Config;


-
+

NMIP6ConfigClass

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

NM_IP6_CONFIG_ADDRESSES

#define NM_IP6_CONFIG_ADDRESSES "addresses"
 
@@ -112,7 +112,7 @@ const +

NM_IP6_CONFIG_NAMESERVERS

#define NM_IP6_CONFIG_NAMESERVERS "nameservers"
 
@@ -120,7 +120,7 @@ const +

NM_IP6_CONFIG_DOMAINS

#define NM_IP6_CONFIG_DOMAINS "domains"
 
@@ -128,7 +128,7 @@ const +

NM_IP6_CONFIG_ROUTES

#define NM_IP6_CONFIG_ROUTES "routes"
 
@@ -136,7 +136,7 @@ const +

-
+

nm_ip6_config_get_addresses ()

const GSList *      nm_ip6_config_get_addresses         (NMIP6Config *config);

@@ -181,15 +180,16 @@ Gets the IP6 addresses (containing the address, prefix, and gateway).

Returns :

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

-
+

nm_ip6_config_get_nameservers ()

const GSList *      nm_ip6_config_get_nameservers       (NMIP6Config *config);

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

Returns :

- 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. +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. [element-type Posix.in6_addr]

-
+

nm_ip6_config_get_domains ()

const GPtrArray *   nm_ip6_config_get_domains           (NMIP6Config *config);

@@ -230,15 +230,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_ip6_config_get_routes ()

const GSList *      nm_ip6_config_get_routes            (NMIP6Config *config);

@@ -254,49 +254,50 @@ Gets the routes.

Returns :

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

Property Details

-
+

The "addresses" property

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

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


-
+

The "domains" property

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

The GPtrArray containing domain strings of the configuration.


-
+

The "nameservers" property

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

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


-
+

The "routes" property

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

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

@@ -304,6 +305,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