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/NMDHCP4Config.html | 45 +++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 13 deletions(-) (limited to 'docs/libnm-glib/html/NMDHCP4Config.html') diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index 697744f7..b52751b8 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -3,12 +3,12 @@ NMDHCP4Config - + - + @@ -42,10 +42,11 @@

Synopsis

                    NMDHCP4Config;
+                    NMDHCP4ConfigClass;
 #define             NM_DHCP4_CONFIG_OPTIONS
-GObject *           nm_dhcp4_config_new                 (DBusGConnection *connection,
+GObject *           nm_dhcp4_config_new                 (DBusGConnection *connection,
                                                          const char *object_path);
-GHashTable *        nm_dhcp4_config_get_options         (NMDHCP4Config *config);
+GHashTable *        nm_dhcp4_config_get_options         (NMDHCP4Config *config);
 const char *        nm_dhcp4_config_get_one_option      (NMDHCP4Config *config,
                                                          const char *option);
 
@@ -53,15 +54,15 @@ const char *

Object Hierarchy

-  GObject
-   +----NMObject
+  GObject
+   +----NMObject
          +----NMDHCP4Config
 

Properties

-  "options"                  GHashTable*           : Read
+  "options"                  GHashTable*           : Read
 
@@ -78,6 +79,24 @@ const char * +

NMDHCP4ConfigClass

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

+

+
+

NM_DHCP4_CONFIG_OPTIONS

#define NM_DHCP4_CONFIG_OPTIONS "options"
@@ -88,7 +107,7 @@ const char *        
 

nm_dhcp4_config_new ()

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

Creates a new NMDHCP4Config. @@ -117,7 +136,7 @@ Creates a new

nm_dhcp4_config_get_options ()

-
GHashTable *        nm_dhcp4_config_get_options         (NMDHCP4Config *config);
+
GHashTable *        nm_dhcp4_config_get_options         (NMDHCP4Config *config);

Gets all the options contained in the configuration.

@@ -131,7 +150,7 @@ Gets all the options contained in the configuration.

Returns :

- the GHashTable containing strings for keys and values. + the GHashTable containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. @@ -173,15 +192,15 @@ configuration, and must not be modified.

Property Details

The "options" property

-
  "options"                  GHashTable*           : Read
+
  "options"                  GHashTable*           : Read

-The GHashTable containing options of the configuration. +The GHashTable containing options of the configuration.

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