From 80ec1decc49c72efec2a8b87c06245c92c0ab807 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 Feb 2021 18:11:46 +0100 Subject: New upstream version 1.29.90 --- docs/libnm/html/NMSettingHostname.html | 289 +++++++++++++++++++++++++++++++++ 1 file changed, 289 insertions(+) create mode 100644 docs/libnm/html/NMSettingHostname.html (limited to 'docs/libnm/html/NMSettingHostname.html') diff --git a/docs/libnm/html/NMSettingHostname.html b/docs/libnm/html/NMSettingHostname.html new file mode 100644 index 00000000..5ad796ae --- /dev/null +++ b/docs/libnm/html/NMSettingHostname.html @@ -0,0 +1,289 @@ + + + + +NMSettingHostname: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingHostname

+

NMSettingHostname — Contains properties related to the hostname

+
+ +
+

Types and Values

+ +
+
+

Includes

+
#include <nm-setting-hostname.h>
+
+
+
+

Description

+
+
+

Functions

+
+

nm_setting_hostname_new ()

+
NMSetting *
+nm_setting_hostname_new (void);
+

Creates a new NMSettingHostname object with default values.

+
+

Returns

+

the new empty NMSettingHostname object.

+

[transfer full]

+
+

Since: 1.30

+
+
+
+

nm_setting_hostname_get_priority ()

+
int
+nm_setting_hostname_get_priority (NMSettingHostname *setting);
+

Returns the value contained in the “priority” +property.

+
+

Parameters

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

setting

the NMSettingHostname

 
+
+
+

Returns

+

the 'priority' property value

+
+

Since: 1.30

+
+
+
+

nm_setting_hostname_get_from_dhcp ()

+
NMTernary
+nm_setting_hostname_get_from_dhcp (NMSettingHostname *setting);
+

Returns the value contained in the “from-dhcp” +property.

+
+

Parameters

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

setting

the NMSettingHostname

 
+
+
+

Returns

+

the 'from-dhcp' property value

+
+

Since: 1.30

+
+
+
+

nm_setting_hostname_get_from_dns_lookup ()

+
NMTernary
+nm_setting_hostname_get_from_dns_lookup
+                               (NMSettingHostname *setting);
+

Returns the value contained in the “from-dns-lookup” +property.

+
+

Parameters

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

setting

the NMSettingHostname

 
+
+
+

Returns

+

the 'from-dns-lookup' property value

+
+

Since: 1.30

+
+
+
+

nm_setting_hostname_get_only_from_default ()

+
NMTernary
+nm_setting_hostname_get_only_from_default
+                               (NMSettingHostname *setting);
+

Returns the value contained in the “only-from-default” +property.

+
+

Parameters

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

setting

the NMSettingHostname

 
+
+
+

Returns

+

the 'only-from-default' property value

+
+

Since: 1.30

+
+
+
+

Types and Values

+
+

NM_SETTING_HOSTNAME_SETTING_NAME

+
#define NM_SETTING_HOSTNAME_SETTING_NAME "hostname"
+
+
+
+
+

NM_SETTING_HOSTNAME_PRIORITY

+
#define NM_SETTING_HOSTNAME_PRIORITY          "priority"
+
+
+
+
+

NM_SETTING_HOSTNAME_FROM_DHCP

+
#define NM_SETTING_HOSTNAME_FROM_DHCP         "from-dhcp"
+
+
+
+
+

NM_SETTING_HOSTNAME_FROM_DNS_LOOKUP

+
#define NM_SETTING_HOSTNAME_FROM_DNS_LOOKUP   "from-dns-lookup"
+
+
+
+
+

NM_SETTING_HOSTNAME_ONLY_FROM_DEFAULT

+
#define NM_SETTING_HOSTNAME_ONLY_FROM_DEFAULT "only-from-default"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5