From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMDhcpConfig.html | 336 +++++++++++++++++++++----------------- 1 file changed, 182 insertions(+), 154 deletions(-) (limited to 'docs/libnm/html/NMDhcpConfig.html') diff --git a/docs/libnm/html/NMDhcpConfig.html b/docs/libnm/html/NMDhcpConfig.html index 3a48d730..3a4a0229 100644 --- a/docs/libnm/html/NMDhcpConfig.html +++ b/docs/libnm/html/NMDhcpConfig.html @@ -2,36 +2,28 @@ -NMDhcpConfig +libnm Reference Manual: NMDhcpConfig - + - - - - - - - - - - + + + + + + +
@@ -39,39 +31,89 @@

NMDhcpConfig

NMDhcpConfig

- +
-
-

Synopsis

-
struct              NMDhcpConfig;
-                    NMDhcpConfigClass;
-#define             NM_DHCP_CONFIG_FAMILY
-#define             NM_DHCP_CONFIG_OPTIONS
-int                 nm_dhcp_config_get_family           (NMDhcpConfig *config);
-GHashTable *        nm_dhcp_config_get_options          (NMDhcpConfig *config);
-const char *        nm_dhcp_config_get_one_option       (NMDhcpConfig *config,
-                                                         const char *option);
-
+
+

Functions

+
++++ + + + + + + + + + + + + + + +
+int + +nm_dhcp_config_get_family () +
+GHashTable * + +nm_dhcp_config_get_options () +
const char * + +nm_dhcp_config_get_one_option () +
-

Object Hierarchy

-
-  GObject
-   +----NMObject
-         +----NMDhcpConfig
-
+

Properties

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

Implemented Interfaces

-

-NMDhcpConfig implements - GInitable and GAsyncInitable.

+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_DHCP_CONFIG_FAMILY
#defineNM_DHCP_CONFIG_OPTIONS
-

Properties

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

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDhcpConfig
 
@@ -80,153 +122,139 @@ NMDhcpConfig implements

-

Details

+

Functions

-

struct NMDhcpConfig

-
struct NMDhcpConfig;
-

-

+

nm_dhcp_config_get_family ()

+
int
+nm_dhcp_config_get_family (NMDhcpConfig *config);
+

Gets the IP address family of the configuration

+
+

Parameters

+
+++++ + + + + + +

config

a NMDhcpConfig

 
-
-
-

NMDhcpConfigClass

-
typedef struct {
-	NMObjectClass parent;
-} NMDhcpConfigClass;
-
-

-

+
+

Returns

+

the IP address family; either AF_INET or +AF_INET6

+

-
-
-

NM_DHCP_CONFIG_FAMILY

-
#define NM_DHCP_CONFIG_FAMILY  "family"
-
-

-


-

NM_DHCP_CONFIG_OPTIONS

-
#define NM_DHCP_CONFIG_OPTIONS "options"
-
-

-

+

nm_dhcp_config_get_options ()

+
GHashTable *
+nm_dhcp_config_get_options (NMDhcpConfig *config);
+

Gets all the options contained in the configuration.

+
+

Parameters

+
+++++ + + + + + +

config

a NMDhcpConfig

 
+
+
+

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 utf8]

+

-

nm_dhcp_config_get_family ()

-
int                 nm_dhcp_config_get_family           (NMDhcpConfig *config);
-

-Gets the IP address family of the configuration -

-
+

nm_dhcp_config_get_one_option ()

+
const char *
+nm_dhcp_config_get_one_option (NMDhcpConfig *config,
+                               const char *option);
+

Gets one option by option name.

+
+

Parameters

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

config :

a NMDhcpConfig -

config

a NMDhcpConfig

 

Returns :

the IP address family; either AF_INET or -AF_INET6 -

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.

+

+
+
+
+
+

Types and Values

-

nm_dhcp_config_get_options ()

-
GHashTable *        nm_dhcp_config_get_options          (NMDhcpConfig *config);
+

NM_DHCP_CONFIG_FAMILY

+
#define NM_DHCP_CONFIG_FAMILY  "family"
+

-Gets all the options contained in the configuration.

-
---- - - - - - - - - - - -

config :

a NMDhcpConfig -

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 utf8] -

-

nm_dhcp_config_get_one_option ()

-
const char *        nm_dhcp_config_get_one_option       (NMDhcpConfig *config,
-                                                         const char *option);
+

NM_DHCP_CONFIG_OPTIONS

+
#define NM_DHCP_CONFIG_OPTIONS "options"
+

-Gets one option by option name.

-
---- - - - - - - - - - - - - - - -

config :

a NMDhcpConfig -

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.

Property Details

-

The "family" property

-
  "family"                   gint                  : Read
-

-The IP address family of the configuration; either -AF_INET or AF_INET6. -

+

The “family” property

+
  “family”                   gint
+

+

Flags: Read

Allowed values: [0,255]

Default value: 0


-

The "options" property

-
  "options"                  GHashTable*           : Read
-

-The GHashTable containing options of the configuration. -

-

-Type: GLib.HashTable(utf8,utf8) -

+

The “options” property

+
  “options”                  GHashTable *
+

+

Flags: Read

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