From f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Sep 2024 22:38:35 +0200 Subject: New upstream version 1.49.90 --- docs/libnm/html/NMSettingVpn.html | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'docs/libnm/html/NMSettingVpn.html') diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 336c96b2..2b3ff266 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -8,7 +8,7 @@ - + @@ -71,7 +71,7 @@ -gboolean +gboolean nm_setting_vpn_get_persistent () @@ -79,7 +79,7 @@ -guint32 +guint32 nm_setting_vpn_get_num_data_items () @@ -102,7 +102,7 @@ -gboolean +gboolean nm_setting_vpn_remove_data_item () @@ -125,7 +125,7 @@ -guint32 +guint32 nm_setting_vpn_get_num_secrets () @@ -148,7 +148,7 @@ -gboolean +gboolean nm_setting_vpn_remove_secret () @@ -171,7 +171,7 @@ -guint32 +guint32 nm_setting_vpn_get_timeout () @@ -236,7 +236,7 @@ properties.

void
 (*NMVpnIterFunc) (const char *key,
                   const char *value,
-                  gpointer user_data);
+ gpointer user_data);

Parameters

@@ -333,7 +333,7 @@ nm_setting_vpn_get_user_name (

nm_setting_vpn_get_persistent ()

-
gboolean
+
gboolean
 nm_setting_vpn_get_persistent (NMSettingVpn *setting);

Parameters

@@ -359,7 +359,7 @@ nm_setting_vpn_get_persistent (

nm_setting_vpn_get_num_data_items ()

-
guint32
+
guint32
 nm_setting_vpn_get_num_data_items (NMSettingVpn *setting);

Gets number of key/value pairs of VPN configuration data.

@@ -395,9 +395,9 @@ nm_setting_vpn_add_data_item (nm_setting_vpn_add_secret() is for.

Before 1.24, item - must not be NULL and not an empty string. Since 1.24, + must not be NULL and not an empty string. Since 1.24, item - can be set to an empty string. It can also be set to NULL to unset + can be set to an empty string. It can also be set to NULL to unset the key. In that case, the behavior is as if calling nm_setting_vpn_remove_data_item().

Parameters

@@ -467,7 +467,7 @@ by

nm_setting_vpn_remove_data_item ()

-
gboolean
+
gboolean
 nm_setting_vpn_remove_data_item (NMSettingVpn *setting,
                                  const char *key);

Deletes a key/value relationship previously established by @@ -496,8 +496,8 @@ nm_setting_vpn_remove_data_item (

Returns

-

TRUE if the data item was found and removed from the internal list, -FALSE if it was not.

+

TRUE if the data item was found and removed from the internal list, +FALSE if it was not.


@@ -506,7 +506,7 @@ nm_setting_vpn_remove_data_item (void nm_setting_vpn_foreach_data_item (NMSettingVpn *setting, NMVpnIterFunc func, - gpointer user_data);
+ gpointer user_data);

Iterates all data items stored in this setting. It is safe to add, remove, and modify data items inside func , though any additions or removals made @@ -545,7 +545,7 @@ during iteration will not be part of the iteration.

nm_setting_vpn_get_data_keys ()

const char **
 nm_setting_vpn_get_data_keys (NMSettingVpn *setting,
-                              guint *out_length);
+ guint *out_length);

Retrieves every data key inside setting , as an array.

@@ -573,7 +573,7 @@ nm_setting_vpn_get_data_keys (

Returns

a -NULL-terminated array containing each data key or NULL if +NULL-terminated array containing each data key or NULL if there are no data items.

[array length=out_length][transfer container][nullable]

@@ -582,7 +582,7 @@ there are no data items.


nm_setting_vpn_get_num_secrets ()

-
guint32
+
guint32
 nm_setting_vpn_get_num_secrets (NMSettingVpn *setting);

Gets number of VPN plugin specific secrets in the setting.

@@ -617,9 +617,9 @@ nm_setting_vpn_add_secret (secret - must not be NULL and not an empty string. Since 1.24, + must not be NULL and not an empty string. Since 1.24, secret - can be set to an empty string. It can also be set to NULL to unset + can be set to an empty string. It can also be set to NULL to unset the key. In that case, the behavior is as if calling nm_setting_vpn_remove_secret().

Parameters

@@ -689,7 +689,7 @@ by

nm_setting_vpn_remove_secret ()

-
gboolean
+
gboolean
 nm_setting_vpn_remove_secret (NMSettingVpn *setting,
                               const char *key);

Deletes a key/value relationship previously established by @@ -718,8 +718,8 @@ nm_setting_vpn_remove_secret (

Returns

-

TRUE if the secret was found and removed from the internal list, -FALSE if it was not.

+

TRUE if the secret was found and removed from the internal list, +FALSE if it was not.


@@ -728,7 +728,7 @@ nm_setting_vpn_remove_secret (void nm_setting_vpn_foreach_secret (NMSettingVpn *setting, NMVpnIterFunc func, - gpointer user_data);
+ gpointer user_data);

Iterates all secrets stored in this setting. It is safe to add, remove, and modify secrets inside func , though any additions or removals made during @@ -767,7 +767,7 @@ iteration will not be part of the iteration.

nm_setting_vpn_get_secret_keys ()

const char **
 nm_setting_vpn_get_secret_keys (NMSettingVpn *setting,
-                                guint *out_length);
+ guint *out_length);

Retrieves every secret key inside setting , as an array.

@@ -795,7 +795,7 @@ nm_setting_vpn_get_secret_keys (

Returns

a -NULL-terminated array containing each secret key or NULL if +NULL-terminated array containing each secret key or NULL if there are no secrets.

[array length=out_length][transfer container][nullable]

@@ -804,7 +804,7 @@ there are no secrets.


nm_setting_vpn_get_timeout ()

-
guint32
+
guint32
 nm_setting_vpn_get_timeout (NMSettingVpn *setting);

Parameters

@@ -874,6 +874,6 @@ nm_setting_vpn_get_timeout ( -
Generated by GTK-Doc V1.33.1
+
Generated by GTK-Doc V1.34.0
\ No newline at end of file -- cgit 1.3.0-6-gf8a5