From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Mar 2016 16:55:22 +0100 Subject: Imported Upstream version 1.1.91 --- docs/libnm/html/NMSettingIP4Config.html | 77 ++++----------------------------- 1 file changed, 8 insertions(+), 69 deletions(-) (limited to 'docs/libnm/html/NMSettingIP4Config.html') diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index dd9b7c2d..c5c10599 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -57,14 +57,6 @@ - -int - - -nm_setting_ip4_config_get_dhcp_timeout () - - - const char * @@ -85,21 +77,16 @@ -gchar * +gchar * dhcp-client-id Read / Write -gchar * +gchar * dhcp-fqdn Read / Write - -guint -dhcp-timeout -Read / Write - @@ -121,10 +108,6 @@ #define -NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT - - -#define NM_SETTING_IP4_CONFIG_DHCP_FQDN @@ -152,7 +135,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingIPConfig
             ╰── NMSettingIP4Config
@@ -221,43 +204,13 @@ addresses via DHCP.


-

nm_setting_ip4_config_get_dhcp_timeout ()

-
int
-nm_setting_ip4_config_get_dhcp_timeout
-                               (NMSettingIP4Config *setting);
-

Returns the value contained in the “dhcp-timeout” -property.

-
-

Parameters

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

setting

the NMSettingIP4Config

 
-
-
-

Returns

-

the configured DHCP timeout in seconds. 0 = default for -the particular kind of device.

-
-

Since: 1.2

-
-
-

nm_setting_ip4_config_get_dhcp_fqdn ()

const char *
 nm_setting_ip4_config_get_dhcp_fqdn (NMSettingIP4Config *setting);

Returns the value contained in the “dhcp-fqdn” property.

-

Parameters

+

Parameters

@@ -272,7 +225,7 @@ property.

-

Returns

+

Returns

the configured FQDN to send to the DHCP server

Since: 1.2

@@ -293,12 +246,6 @@ property.


-

NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT

-
#define NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT       "dhcp-timeout"
-
-
-
-

NM_SETTING_IP4_CONFIG_DHCP_FQDN

#define NM_SETTING_IP4_CONFIG_DHCP_FQDN          "dhcp-fqdn"
 
@@ -352,7 +299,7 @@ through that interface to the default network.

Property Details

The “dhcp-client-id” property

-
  “dhcp-client-id”           gchar *
+
  “dhcp-client-id”           gchar *

A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options.

Flags: Read / Write

@@ -361,8 +308,8 @@ DHCP server may use to customize the DHCP lease and options.


The “dhcp-fqdn” property

-
  “dhcp-fqdn”                gchar *
-

If the “dhcp-send-hostname” property is TRUE, then the +

  “dhcp-fqdn”                gchar *
+

If the “dhcp-send-hostname” property is TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and “dhcp-hostname” are mutually exclusive and cannot be set at the same time.

@@ -370,14 +317,6 @@ cannot be set at the same time.

Default value: NULL

Since: 1.2

-
-
-

The “dhcp-timeout” property

-
  “dhcp-timeout”             guint
-

A timeout for a DHCP transaction in seconds.

-

Flags: Read / Write

-

Default value: 0

-