From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMSettingUser.html | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/libnm/html/NMSettingUser.html') diff --git a/docs/libnm/html/NMSettingUser.html b/docs/libnm/html/NMSettingUser.html index f3472ed7..f0b0823b 100644 --- a/docs/libnm/html/NMSettingUser.html +++ b/docs/libnm/html/NMSettingUser.html @@ -8,7 +8,7 @@ - + @@ -63,7 +63,7 @@ -gboolean +gboolean nm_setting_user_set_data () @@ -71,7 +71,7 @@ -gboolean +gboolean nm_setting_user_check_key () @@ -79,7 +79,7 @@ -gboolean +gboolean nm_setting_user_check_val () @@ -130,7 +130,7 @@ nm_setting_user_new (void<

nm_setting_user_get_keys ()

const char *const *
 nm_setting_user_get_keys (NMSettingUser *setting,
-                          guint *out_len);
+ guint *out_len);

Parameters

@@ -156,7 +156,7 @@ nm_setting_user_get_keys (

Returns

a -NULL-terminated array containing each key from the table.

+NULL-terminated array containing each key from the table.

[array length=out_len][transfer none]

Since: 1.8

@@ -192,7 +192,7 @@ nm_setting_user_get_data (

Returns

the value associated with key -or NULL if no such +or NULL if no such value exists.

[transfer none]

@@ -201,11 +201,11 @@ value exists.


nm_setting_user_set_data ()

-
gboolean
+
gboolean
 nm_setting_user_set_data (NMSettingUser *setting,
                           const char *key,
                           const char *val,
-                          GError **error);
+ GError **error);

Parameters

@@ -227,7 +227,7 @@ nm_setting_user_set_data (

val

-
+ @@ -240,7 +240,7 @@ nm_setting_user_set_data (

Returns

-

TRUE if the operation was successful. The operation +

TRUE if the operation was successful. The operation can fail if key or val are not valid strings according @@ -251,12 +251,12 @@ to

nm_setting_user_check_key ()

-
gboolean
+
gboolean
 nm_setting_user_check_key (const char *key,
-                           GError **error);
+ GError **error);

Checks whether key is a valid user data key. This means, -key is not NULL, not too large and valid ASCII. Also, +key is not NULL, not too large and valid ASCII. Also, only digits and numbers are allowed with a few special characters. The key must contain at least one '.' and look like a fully qualified DNS name.

@@ -276,7 +276,7 @@ look like a fully qualified DNS name.

- + @@ -284,7 +284,7 @@ look like a fully qualified DNS name.

Returns

-

TRUE if key +

TRUE if key is a valid user data key.

Since: 1.8

@@ -292,12 +292,12 @@ is a valid user data key.


nm_setting_user_check_val ()

-
gboolean
+
gboolean
 nm_setting_user_check_val (const char *val,
-                           GError **error);
+ GError **error);

Checks whether val is a valid user data value. This means, -value is not NULL, not too large and valid UTF-8.

+value is not NULL, not too large and valid UTF-8.

Parameters

the value to set or NULL to clear a key.

the value to set or NULL to clear a key.

[nullable]

error

a GError, NULL to ignore.

a GError, NULL to ignore.

 
@@ -314,7 +314,7 @@ value is not NULL, not too large and valid UTF-8. - + @@ -322,7 +322,7 @@ value is not NULL, not too large and valid UTF-8.

Returns

-

TRUE if val +

TRUE if val is a valid user data value.

Since: 1.8

@@ -344,6 +344,6 @@ is a valid user data value.

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

error

a GError, NULL to ignore.

a GError, NULL to ignore.