From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 18:00:21 +0200 Subject: New upstream version 1.11.3 --- docs/libnm/html/NMSettingVpn.html | 98 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 6 deletions(-) (limited to 'docs/libnm/html/NMSettingVpn.html') diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 8814e6f8..10bf4db3 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -119,6 +119,13 @@ +const char ** + + +nm_setting_vpn_get_data_keys () + + + guint32 @@ -158,6 +165,13 @@ +const char ** + + +nm_setting_vpn_get_secret_keys () + + + guint32 @@ -581,6 +595,45 @@ 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);
+

Retrieves every data key inside setting +, as an array.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

setting

the NMSettingVpn

 

out_length

(out): the length of the returned array.

[allow-none]
+
+
+

Returns

+

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

+

[array length=out_length][transfer container]

+
+

Since: 1.12

+
+
+

nm_setting_vpn_get_num_secrets ()

guint32
 nm_setting_vpn_get_num_secrets (NMSettingVpn *setting);
@@ -759,6 +812,45 @@ 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);
+

Retrieves every secret key inside setting +, as an array.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

setting

the NMSettingVpn

 

out_length

(out): the length of the returned array.

[allow-none]
+
+
+

Returns

+

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

+

[array length=out_length][transfer container]

+
+

Since: 1.12

+
+
+

nm_setting_vpn_get_timeout ()

guint32
 nm_setting_vpn_get_timeout (NMSettingVpn *setting);
@@ -839,9 +931,6 @@ nm_setting_vpn_get_timeout (

The “data” property

  “data”                     GHashTable *
-

Dictionary of key/value pairs of VPN plugin specific data. Both keys and -values must be strings.

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write


@@ -858,9 +947,6 @@ until explicitly disconnected.

The “secrets” property

  “secrets”                  GHashTable *
-

Dictionary of key/value pairs of VPN plugin specific secrets like -passwords or private keys. Both keys and values must be strings.

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write


-- cgit 1.3.0-6-gf8a5