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/NMIP4Config.html | 89 +++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 35 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 d8b6411e..391278d1 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -3,18 +3,18 @@ NMIP4Config - + - + - + - + @@ -42,38 +42,39 @@

Synopsis

                    NMIP4Config;
+                    NMIP4ConfigClass;
 #define             NM_IP4_CONFIG_ADDRESSES
 #define             NM_IP4_CONFIG_HOSTNAME
 #define             NM_IP4_CONFIG_NAMESERVERS
 #define             NM_IP4_CONFIG_DOMAINS
 #define             NM_IP4_CONFIG_ROUTES
 #define             NM_IP4_CONFIG_WINS_SERVERS
-GObject *           nm_ip4_config_new                   (DBusGConnection *connection,
+GObject *           nm_ip4_config_new                   (DBusGConnection *connection,
                                                          const char *object_path);
-const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);
+const GSList *      nm_ip4_config_get_addresses         (NMIP4Config *config);
 const char *        nm_ip4_config_get_hostname          (NMIP4Config *config);
-const GArray *      nm_ip4_config_get_nameservers       (NMIP4Config *config);
-const GPtrArray *   nm_ip4_config_get_domains           (NMIP4Config *config);
-const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);
-const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);
+const GArray *      nm_ip4_config_get_nameservers       (NMIP4Config *config);
+const GPtrArray *   nm_ip4_config_get_domains           (NMIP4Config *config);
+const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);
+const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);
 

Object Hierarchy

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

Properties

-  "addresses"                gpointer              : Read
+  "addresses"                gpointer              : Read
   "domains"                  nm-string-array*      : Read
-  "hostname"                 gchar*                : Read
+  "hostname"                 gchar*                : Read
   "nameservers"              nm-uint-array*        : Read
-  "routes"                   gpointer              : Read
+  "routes"                   gpointer              : Read
   "wins-servers"             nm-uint-array*        : Read
 
@@ -91,6 +92,24 @@ const
+
+

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_ADDRESSES

#define NM_IP4_CONFIG_ADDRESSES "addresses"
@@ -141,7 +160,7 @@ const 
 

nm_ip4_config_new ()

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

Creates a new NMIP4Config. @@ -170,7 +189,7 @@ Creates a new

nm_ip4_config_get_addresses ()

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

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

@@ -184,7 +203,7 @@ Gets the IP4 addresses (containing the address, prefix, and gateway).
- @@ -217,7 +236,7 @@ DEPRECATED. Don't use.

nm_ip4_config_get_nameservers ()

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

Gets the domain name servers (DNS).

@@ -231,7 +250,7 @@ Gets the domain name servers (DNS).
- @@ -241,7 +260,7 @@ configuration and must not be modified.

nm_ip4_config_get_domains ()

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

Gets the domain names.

@@ -255,7 +274,7 @@ Gets the domain names.
- @@ -265,7 +284,7 @@ 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);
+
const GSList *      nm_ip4_config_get_routes            (NMIP4Config *config);

Gets the routes.

@@ -279,7 +298,7 @@ Gets the routes.
- @@ -289,7 +308,7 @@ 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);
+
const GArray *      nm_ip4_config_get_wins_servers      (NMIP4Config *config);

Gets the Windows Internet Name Service servers (WINS).

@@ -303,7 +322,7 @@ Gets the Windows Internet Name Service servers (WINS).
- @@ -315,9 +334,9 @@ configuration and must not be modified.

Property Details

The "addresses" property

-
  "addresses"                gpointer              : Read
+
  "addresses"                gpointer              : Read

-The GPtrArray containing NMSettingIP4Addresses of the configuration. +The GPtrArray containing NMSettingIP4Addresses of the configuration.


@@ -325,13 +344,13 @@ 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.


The "hostname" property

-
  "hostname"                 gchar*                : Read
+
  "hostname"                 gchar*                : Read

DEPRECATED. Don't use.

@@ -342,15 +361,15 @@ DEPRECATED. Don't use.

The "nameservers" property

  "nameservers"              nm-uint-array*        : Read

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


The "routes" property

-
  "routes"                   gpointer              : Read
+
  "routes"                   gpointer              : Read

-The GPtrArray containing NMSettingIP4Routes of the configuration. +The GPtrArray containing NMSettingIP4Routes of the configuration.


@@ -358,13 +377,13 @@ The

The "wins-servers" property

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

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

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