From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-glib/html/NMDHCP4Config.html | 229 -------------------------------- 1 file changed, 229 deletions(-) delete mode 100644 docs/libnm-glib/html/NMDHCP4Config.html (limited to 'docs/libnm-glib/html/NMDHCP4Config.html') diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html deleted file mode 100644 index 29f9307f..00000000 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - -NMDHCP4Config: libnm-glib Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMDHCP4Config

-

NMDHCP4Config

-
-
-

Functions

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

Properties

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

Types and Values

-
---- - - - - -
#defineNM_DHCP4_CONFIG_OPTIONS
-
-
-

Object Hierarchy

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

Description

-
-
-

Functions

-
-

nm_dhcp4_config_new ()

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

Creates a new NMDHCP4Config.

-
-

Parameters

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

connection

the DBusGConnection

 

object_path

the DBus object path of the device

 
-
-
-

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

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

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]

-
-
-
-
-

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

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

config

a NMDHCP4Config

 

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_DHCP4_CONFIG_OPTIONS

-
#define NM_DHCP4_CONFIG_OPTIONS "options"
-
-
-
-
-

Property Details

-
-

The “options” property

-
  “options”                  GHashTable *
-

Flags: Read

-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5