From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSetting.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/libnm/html/NMSetting.html') diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index aba8c094..941e8d20 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -201,7 +201,7 @@ -const char *const* +const char *const * nm_setting_option_get_all_names () @@ -1039,7 +1039,7 @@ Otherwise, variant a floating reference, it will be consumed.

Note that not all setting types support options. It is a bug setting a variant to a setting that doesn't support it. -Currently only NMSettingEthtool supports it.

+Currently, only NMSettingEthtool supports it.

Parameters

@@ -1136,7 +1136,7 @@ nm_setting_option_set_boolean (

nm_setting_option_get_all_names ()

-
const char *const*
+
const char *const *
 nm_setting_option_get_all_names (NMSetting *setting,
                                  guint *out_len);

Gives the name of all set options.

@@ -1248,13 +1248,13 @@ on setting

Types and Values

NM_SETTING_PARAM_REQUIRED

-
#define NM_SETTING_PARAM_REQUIRED     (1 << (1 + G_PARAM_USER_SHIFT))
+
#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT))
 

NM_SETTING_PARAM_SECRET

-
#define NM_SETTING_PARAM_SECRET       (1 << (2 + G_PARAM_USER_SHIFT))
+
#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT))
 

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSetting.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/libnm/html/NMSetting.html') diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 941e8d20..0a4be591 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -8,7 +8,7 @@ - + @@ -235,7 +235,7 @@
+char * @@ -510,7 +510,7 @@ nm_setting_duplicate (

Returns

a new NMSetting containing the same properties and values as the source NMSetting.

-

[transfer full]

+

[transfer full]


@@ -729,7 +729,7 @@ settings differ, on return a hash table mapping the differing keys to one or more NMSettingDiffResult values OR-ed together. If the settings do not differ, any hash table passed in is unmodified. If no hash table is passed in and the settings differ, a new one is created and returned.

-
+
-gchar *name Read
[inout][transfer full][element-type utf8 guint32][inout][transfer full][element-type utf8 guint32]
@@ -936,7 +936,7 @@ nm_setting_option_get (

Returns

the GVariant or NULL if the option is not set.

-

[transfer none]

+

[transfer none]

Since: 1.26.

@@ -1167,7 +1167,7 @@ nm_setting_option_get_all_names (A NULL terminated array of key names. If no names are present, this returns NULL. The returned array and the names are owned by NMSetting and might be invalidated by the next operation.

-

[array length=out_len zero-terminated=1][transfer none]

+

[array length=out_len zero-terminated=1][transfer none]

Since: 1.26

@@ -1537,7 +1537,7 @@ if you specify NM_SETTING_COMPARE_FLAG_DIFF_RESULT_W

Property Details

The “name” property

-
  “name”                     gchar *
+
  “name”                     char *

The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "802-11-wireless" or "802-3-ethernet".

@@ -1548,6 +1548,6 @@ example "ppp" or "802-11-wireless" or "802-3-ethernet".

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