From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/libnm/html/NMSetting.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'docs/libnm/html/NMSetting.html') diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 730f4591..045d0177 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -8,7 +8,7 @@ - + @@ -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
@@ -328,7 +333,7 @@ of properties and allowed values.

void
 (*NMSettingValueIterFn) (NMSetting *setting,
                          const char *key,
-                         const GValue *value,
+                         const GValue *value,
                          GParamFlags flags,
                          gpointer user_data);
@@ -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,13 +1158,13 @@ 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

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