From d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a Mon Sep 17 00:00:00 2001
From: Michael Biebl Each NMSetting contains properties that describe configuration that applies
to a specific network layer (like IPv4 or IPv6 configuration) or device type
(like Ethernet, or Wi-Fi). A collection of individual settings together
-make up an NMConnection. Each property is strongly typed and usually has
+make up an NMConnection. Each property is strongly typed and usually has
a number of allowed values. See each NMSetting subclass for a description
of properties and allowed values.
-gboolean
+gboolean
(*NMSettingClearSecretsWithFlagsFn) ()
@@ -71,7 +71,7 @@
-GType
+GType
nm_setting_lookup_type ()
@@ -94,7 +94,7 @@
-gboolean
+gboolean
nm_setting_verify ()
@@ -102,7 +102,7 @@
-gboolean
+gboolean
nm_setting_verify_secrets ()
@@ -110,7 +110,7 @@
-gboolean
+gboolean
nm_setting_compare ()
@@ -118,7 +118,7 @@
-gboolean
+gboolean
nm_setting_diff ()
@@ -142,7 +142,7 @@
-gboolean
+gboolean
nm_setting_get_secret_flags ()
@@ -150,14 +150,14 @@
-gboolean
+gboolean
nm_setting_set_secret_flags ()
- const GVariantType *
+ const GVariantType *
nm_setting_get_dbus_property_type ()
@@ -176,7 +176,7 @@
@@ -219,13 +219,13 @@
-gchar *
+gchar *
name
Read
Object Hierarchy
- GEnum
+
GEnum
├── NMSettingCompareFlags
├── NMSettingDiffResult
╰── NMSettingMacRandomization
- GFlags
+ GFlags
╰── NMSettingSecretFlags
- GObject
+ GObject
╰── NMSetting
├── NMSetting8021x
├── NMSettingAdsl
@@ -263,7 +263,7 @@
gboolean +gboolean (*NMSettingClearSecretsWithFlagsFn) (+NMSetting *setting,const char *secret,NMSettingSecretFlags flags, -gpointer user_data);gpointer user_data);
connection |
- the NMConnection that | the NMConnection that |
[allow-none] |
error |
-location to store error, or |
+location to store error, or |
|
connection |
- the NMConnection that | the NMConnection that |
[allow-none] |
error |
-location to store error, or |
+location to store error, or |
this parameter is used internally by libnm and should
-be set to |
+be set to
error |
-location to store error, or |
+location to store error, or |
|
error |
-location to store error, or |
+location to store error, or |