From 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 17 May 2024 11:38:51 +0200 Subject: New upstream version 1.47.91 --- docs/libnm/html/NMSettingOvsExternalIDs.html | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/libnm/html/NMSettingOvsExternalIDs.html') diff --git a/docs/libnm/html/NMSettingOvsExternalIDs.html b/docs/libnm/html/NMSettingOvsExternalIDs.html index 6631dbe2..f2bcea10 100644 --- a/docs/libnm/html/NMSettingOvsExternalIDs.html +++ b/docs/libnm/html/NMSettingOvsExternalIDs.html @@ -8,7 +8,7 @@ - + @@ -71,7 +71,7 @@ -gboolean +gboolean nm_setting_ovs_external_ids_check_key () @@ -79,7 +79,7 @@ -gboolean +gboolean nm_setting_ovs_external_ids_check_val () @@ -133,7 +133,7 @@ nm_setting_ovs_external_ids_new (
const char *const *
 nm_setting_ovs_external_ids_get_data_keys
                                (NMSettingOvsExternalIDs *setting,
-                                guint *out_len);
+ guint *out_len);

Parameters

@@ -159,7 +159,7 @@ nm_setting_ovs_external_ids_get_data_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.30

@@ -195,7 +195,7 @@ nm_setting_ovs_external_ids_get_data (

Returns

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

[transfer none]

@@ -229,7 +229,7 @@ nm_setting_ovs_external_ids_set_data (

val

-
+ @@ -240,12 +240,12 @@ nm_setting_ovs_external_ids_set_data (

nm_setting_ovs_external_ids_check_key ()

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

Checks whether key is a valid key for OVS' external-ids. -This means, the key cannot be NULL, not too large and valid ASCII. +This means, the key cannot be NULL, not too large and valid ASCII. Also, only digits and numbers are allowed with a few special characters. They key must also not start with "NM.".

@@ -264,7 +264,7 @@ characters. They key must also not start with "NM.".

- + @@ -272,7 +272,7 @@ characters. They key must also not start with "NM.".

Returns

-

TRUE if key +

TRUE if key is a valid user data key.

Since: 1.30

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


nm_setting_ovs_external_ids_check_val ()

-
gboolean
+
gboolean
 nm_setting_ovs_external_ids_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.

 
@@ -302,7 +302,7 @@ value is not

error

-
+ @@ -310,7 +310,7 @@ value is not

Returns

-

TRUE if val +

TRUE if val is a valid user data value.

Since: 1.30

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

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

a GError, NULL to ignore.

a GError, NULL to ignore.