From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- docs/libnm-glib/html/NMDHCP4Config.html | 309 +++++++++++++++----------------- 1 file changed, 148 insertions(+), 161 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 5809f4b7..aff13165 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -2,28 +2,36 @@ -libnm-glib Reference Manual: NMDHCP4Config +NMDHCP4Config - + - - - - - - - + + + + + + + + + +
@@ -31,76 +39,38 @@

NMDHCP4Config

NMDHCP4Config

- +
-
-

Functions

-
---- - - - - - - - - - - - - - - -
-GObject * - -nm_dhcp4_config_new () -
-GHashTable * - -nm_dhcp4_config_get_options () -
const char * - -nm_dhcp4_config_get_one_option () -
+
+

Synopsis

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

Properties

-
----- - - - - - -
-GHashTable *optionsRead
+

Object Hierarchy

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

Types and Values

-
---- - - - - -
#defineNM_DHCP4_CONFIG_OPTIONS
+

Implemented Interfaces

+

+NMDHCP4Config implements + GInitable and GAsyncInitable.

-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMDHCP4Config
+

Properties

+
+  "options"                  GHashTable*           : Read
 
@@ -109,128 +79,145 @@

-

Functions

+

Details

+
+

NMDHCP4Config

+
typedef struct _NMDHCP4Config NMDHCP4Config;
+

+

+
+
+
+

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"
+
+

+

+
+
-

nm_dhcp4_config_new ()

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

Creates a new NMDHCP4Config.

-
-

Parameters

-
+

nm_dhcp4_config_new ()

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

+Creates a new NMDHCP4Config. +

+
---++ - - - + + - - - + + + + + +

connection

the DBusGConnection

 

connection :

the DBusGConnection +

object_path

the DBus object path of the device

 

object_path :

the DBus object path of the device

Returns :

a new configuration. [transfer full] +
-
-

Returns

-

a new configuration.

-

[transfer full]

-
-

-

nm_dhcp4_config_get_options ()

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

Gets all the options contained in the configuration.

-
-

Parameters

-
+

nm_dhcp4_config_get_options ()

+
GHashTable *        nm_dhcp4_config_get_options         (NMDHCP4Config *config);
+

+Gets all the options contained in the configuration. +

+
---++ - - - - - + + + + + + + + + +

config

a NMDHCP4Config

 

config :

a NMDHCP4Config +

Returns :

the GHashTable containing strings for keys and values. +This is the internal copy used by the configuration, and must not be modified. [transfer none][element-type utf8 GObject.Value] +
-
-

Returns

-

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

-

[transfer none][element-type utf8 GObject.Value]

-
-

-

nm_dhcp4_config_get_one_option ()

-
const char *
-nm_dhcp4_config_get_one_option (NMDHCP4Config *config,
-                                const char *option);
-

Gets one option by option name.

-
-

Parameters

-
+

nm_dhcp4_config_get_one_option ()

+
const char *        nm_dhcp4_config_get_one_option      (NMDHCP4Config *config,
+                                                         const char *option);
+

+Gets one option by option name. +

+
---++ - - - + + + + + + - - - + +

config

a NMDHCP4Config

 

config :

a NMDHCP4Config +

option :

the option to retrieve

option

the option to retrieve

 

Returns :

the configuration option's value. This is the internal string used by the +configuration, and must not be modified.
-
-

Returns

-

the configuration option's value. This is the internal string used by the -configuration, and must not be modified.

-

-
-
-

Types and Values

+

Property Details

-

NM_DHCP4_CONFIG_OPTIONS

-
#define NM_DHCP4_CONFIG_OPTIONS "options"
-
+

The "options" property

+
  "options"                  GHashTable*           : Read

+The GHashTable containing options of the configuration. +

+

+Type: GLib.HashTable(utf8,GObject.Value)

-
-
-
-

Property Details

-
-

The “options” property

-
  “options”                  GHashTable *
-

Options.

-

Flags: Read

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