From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the connection ID the connection UUID the connection's autoconnect behavior
+
+NMSettingConnectionAutoconnectSlaves
+
+
+nm_setting_connection_get_autoconnect_slaves ()
+
+
+
guint32
@@ -256,6 +264,11 @@
Read / Write / Construct
+
+NMSettingConnectionAutoconnectSlaves
+autoconnect-slaves
+Read / Write / Construct
+
guint
gateway-ping-timeout
Read / Write / Construct
@@ -399,6 +412,10 @@
+#define
+NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES
+
+
#define
NM_SETTING_CONNECTION_SECONDARIES
@@ -406,6 +423,10 @@
NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT
+
+enum
+NMSettingConnectionAutoconnectSlaves
+
@@ -414,7 +435,9 @@
struct
NMSettingConnection
Object Hierarchy
- GObject
+
GEnum
+ ╰── NMSettingConnectionAutoconnectSlaves
+ GObject
╰── NMSetting
╰── NMSettingConnection
@@ -436,7 +459,6 @@ nm_setting_connection_new (void
@@ -463,7 +485,6 @@ nm_setting_connection_get_id (
Returns
@@ -490,7 +511,6 @@ nm_setting_connection_get_uuid (
Returns
@@ -518,7 +538,6 @@ nm_setting_connection_get_interface_name
@@ -546,7 +565,6 @@ nm_setting_connection_get_connection_type
@@ -573,7 +591,6 @@ nm_setting_connection_get_autoconnect (
Returns
@@ -602,7 +619,6 @@ The higher number, the higher priority.
Returns
the connection's timestamp
-
@@ -656,7 +671,6 @@ nm_setting_connection_get_read_only (
Returns
TRUE if the connection is read-only, FALSE if it is not
-
@@ -685,7 +699,6 @@ property of this setting.
@@ -742,7 +755,6 @@ of this setting.
Returns
TRUE if a permission was returned, FALSE if idx
was invalid
-
@@ -769,7 +781,6 @@ nm_setting_connection_get_zone (
Returns
the trust level of a connection
-
@@ -806,7 +817,6 @@ nm_setting_connection_permissions_user_allowed
Returns
TRUE if the requested user is allowed to view this connection,
FALSE if the given user is not allowed to view this connection
-
@@ -861,7 +871,6 @@ list, FALSE if ptypepitem
was invalid or it the permission was already
present in the list
-
@@ -945,7 +954,6 @@ be a username. See
Returns
TRUE if the permission was found and removed; FALSE if it was not.
-
@@ -973,7 +981,6 @@ nm_setting_connection_get_master (Returns
interface name of the master device or UUID of the master
connection.
-
@@ -1010,7 +1017,6 @@ against setting
Returns
TRUE if connection is of the given slave type
-
@@ -1037,17 +1043,45 @@ nm_setting_connection_get_slave_type (
Returns
the type of slave this connection is, if any
-
+nm_setting_connection_get_autoconnect_slaves ()
+NMSettingConnectionAutoconnectSlaves
+nm_setting_connection_get_autoconnect_slaves
+ (NMSettingConnection *setting);
+Returns the “autoconnect-slaves” property of the connection.
+
+
+Since: 1.0.4
+
+
+
nm_setting_connection_get_num_secondaries ()
guint32
nm_setting_connection_get_num_secondaries
(NMSettingConnection *setting);
@@ -1074,7 +1107,7 @@ nm_setting_connection_get_num_secondaries
nm_setting_connection_get_secondary (NMSettingConnection *setting,
guint32 idx);
-Parameters
+Parameters