From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 8 Sep 2018 17:44:06 +0200 Subject: New upstream version 1.13.90 --- docs/libnm/html/NMSetting.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'docs/libnm/html/NMSetting.html') diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 730f4591..2cf96bc7 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -227,23 +227,26 @@ ╰── NMSettingSecretFlags GObject ╰── NMSetting + ├── NMSetting6Lowpan ├── NMSetting8021x ├── NMSettingAdsl ├── NMSettingBluetooth ├── NMSettingBond - ├── NMSettingBridgePort ├── NMSettingBridge + ├── NMSettingBridgePort ├── NMSettingCdma ├── NMSettingConnection ├── NMSettingDcb ├── NMSettingDummy + ├── NMSettingEthtool ├── NMSettingGeneric ├── NMSettingGsm ├── NMSettingInfiniband - ├── NMSettingIPTunnel ├── NMSettingIPConfig + ├── NMSettingIPTunnel ├── NMSettingMacsec ├── NMSettingMacvlan + ├── NMSettingMatch ├── NMSettingOlpcMesh ├── NMSettingOvsBridge ├── NMSettingOvsInterface @@ -253,9 +256,10 @@ ├── NMSettingPppoe ├── NMSettingProxy ├── NMSettingSerial + ├── NMSettingSriov ├── NMSettingTCConfig - ├── NMSettingTeamPort ├── NMSettingTeam + ├── NMSettingTeamPort ├── NMSettingTun ├── NMSettingUser ├── NMSettingVlan @@ -263,8 +267,9 @@ ├── NMSettingVxlan ├── NMSettingWimax ├── NMSettingWired + ├── NMSettingWireless ├── NMSettingWirelessSecurity - ╰── NMSettingWireless + ╰── NMSettingWpan
@@ -695,9 +700,10 @@ at each invocation

nm_setting_to_string ()

char *
 nm_setting_to_string (NMSetting *setting);
-

Convert the setting into a string. For debugging purposes ONLY, should NOT -be used for serialization of the setting, or machine-parsed in any way. The -output format is not guaranteed to be stable and may change at any time.

+

Convert the setting (including secrets!) into a string. For debugging +purposes ONLY, should NOT be used for serialization of the setting, +or machine-parsed in any way. The output format is not guaranteed to +be stable and may change at any time.

Parameters

@@ -716,7 +722,7 @@ output format is not guaranteed to be stable and may change at any time.

Returns

an allocated string containing a textual representation of the -setting's properties and values (including secrets!), which the caller should +setting's properties and values, which the caller should free with g_free()

@@ -1152,7 +1158,7 @@ if you specify NM_SETTING_COMPARE_FLAG_DIFF_RESULT_W
  “name”                     gchar *

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 "wireless" or "wired".

+example "ppp" or "802-11-wireless" or "802-3-ethernet".

Flags: Read

Default value: NULL

-- cgit 1.3.0-6-gf8a5