From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSettingHostname.html | 289 --------------------------------- 1 file changed, 289 deletions(-) delete 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 deleted file mode 100644 index 5f3e812d..00000000 --- a/docs/libnm/html/NMSettingHostname.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - -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.42, 1.40.4

-
-
-
-

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 From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- 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..6b0f3d43 --- /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.42

+
+
+
+

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