From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001
From: Michael Biebl Returns the “autoconnect” property of the connection. Returns the “timestamp” property of the connection. Returns the number of entries in the “permissions”
@@ -914,9 +914,9 @@ property of this setting. out_detail on return, the permission detail (at this time, always on return, the permission detail (at this time, always
-gboolean
+gboolean
nm_setting_connection_get_autoconnect ()
@@ -117,7 +117,7 @@
-guint64
+guint64
nm_setting_connection_get_timestamp ()
@@ -125,7 +125,7 @@
-gboolean
+gboolean
nm_setting_connection_get_read_only ()
@@ -133,7 +133,7 @@
-guint32
+guint32
nm_setting_connection_get_num_permissions ()
@@ -141,7 +141,7 @@
-gboolean
+gboolean
nm_setting_connection_get_permission ()
@@ -156,7 +156,7 @@
-gboolean
+gboolean
nm_setting_connection_permissions_user_allowed ()
@@ -164,7 +164,7 @@
-gboolean
+gboolean
nm_setting_connection_add_permission ()
@@ -180,7 +180,7 @@
-gboolean
+gboolean
nm_setting_connection_remove_permission_by_value ()
@@ -202,7 +202,7 @@
-gboolean
+gboolean
nm_setting_connection_is_slave_type ()
@@ -240,7 +240,7 @@
-guint32
+guint32
nm_setting_connection_get_num_secondaries ()
@@ -255,7 +255,7 @@
-gboolean
+gboolean
nm_setting_connection_add_secondary ()
@@ -271,7 +271,7 @@
-gboolean
+gboolean
nm_setting_connection_remove_secondary_by_value ()
@@ -279,7 +279,7 @@
-guint32
+guint32
nm_setting_connection_get_gateway_ping_timeout ()
@@ -343,7 +343,7 @@
-gint32
+gint32
nm_setting_connection_get_wait_device_timeout ()
@@ -351,7 +351,7 @@
-gint32
+gint32
nm_setting_connection_get_wait_activation_delay ()
@@ -720,7 +720,7 @@ nm_setting_connection_get_connection_type
nm_setting_connection_get_autoconnect ()
-gboolean
+
gboolean
nm_setting_connection_get_autoconnect (
NMSettingConnection *setting);
nm_setting_connection_get_timestamp ()
-guint64
+
guint64
nm_setting_connection_get_timestamp (
NMSettingConnection *setting);
nm_setting_connection_get_read_only ()
-gboolean
+
gboolean
nm_setting_connection_get_read_only (
NMSettingConnection *setting);nm_setting_connection_get_read_only has been deprecated since version 1.44 and should not be used in newly-written code.
nm_setting_connection_get_num_permissions ()
-guint32
+
guint32
nm_setting_connection_get_num_permissions
(
NMSettingConnection *setting);
nm_setting_connection_get_permission ()
-gboolean
+
gboolean
nm_setting_connection_get_permission (
@@ -956,7 +956,7 @@ unless the entry is invalid, in which case it returns "invalid".NMSettingConnection *setting,
- guint32 idx,
+ guint32 idx,
const char **out_ptype,
const char **out_pitem,
const char **out_detail);
@@ -964,7 +964,7 @@ unless the entry is invalid, in which case it returns "invalid".
-
+NULL)NULL)
nm_setting_connection_permissions_user_allowed ()
-gboolean
+gboolean
nm_setting_connection_permissions_user_allowed
(NMSettingConnection *setting,
const char *uname);
@@ -1026,14 +1026,14 @@ 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
+ TRUE if the requested user is allowed to view this connection,
+FALSE if the given user is not allowed to view this connection
nm_setting_connection_add_permission ()
-gboolean
+gboolean
nm_setting_connection_add_permission (NMSettingConnection *setting,
const char *ptype,
const char *pitem,
@@ -1069,7 +1069,7 @@ the "user" permission type is supported, and pitem
detail
-unused at this time; must be NULL.
+unused at this time; must be NULL.
[nullable]
@@ -1077,13 +1077,13 @@ the "user" permission type is supported, and pitem
Returns
- TRUE if the permission was unique and was successfully added to the
-list, FALSE if ptype
+
TRUE if the permission was unique and was successfully added to the
+list, FALSE if ptype
or pitem
was invalid.
If the permission was already present in the list, it will not be added
-a second time but TRUE will be returned. Note that before 1.28, in this
-case FALSE would be returned.
+a second time but TRUE will be returned. Note that before 1.28, in this
+case FALSE would be returned.
@@ -1092,7 +1092,7 @@ case FALSE would be returned.
void
nm_setting_connection_remove_permission
(NMSettingConnection *setting,
- guint32 idx);
+ guint32 idx);
Removes the permission at index idx
from the connection.
@@ -1121,7 +1121,7 @@ nm_setting_connection_remove_permission
nm_setting_connection_remove_permission_by_value ()
-gboolean
+gboolean
nm_setting_connection_remove_permission_by_value
(NMSettingConnection *setting,
const char *ptype,
@@ -1158,7 +1158,7 @@ be a username. See “permissions”: for more details
detail
-unused at this time; must be NULL.
+unused at this time; must be NULL.
[nullable]
@@ -1166,7 +1166,7 @@ be a username. See “permissions”: for more details
@@ -1232,7 +1232,7 @@ connection.
nm_setting_connection_is_slave_type ()
-gboolean
+gboolean
nm_setting_connection_is_slave_type (NMSettingConnection *setting,
const char *type);
nm_setting_connection_is_slave_type has been deprecated since version 1.46. and should not be used in newly-written code.
@@ -1262,7 +1262,7 @@ against setting
Returns
- TRUE if connection is of the given port type
+
TRUE if connection is of the given port type
@@ -1390,7 +1390,7 @@ with the connection.
nm_setting_connection_get_num_secondaries ()
-guint32
+guint32
nm_setting_connection_get_num_secondaries
(NMSettingConnection *setting);
@@ -1418,7 +1418,7 @@ nm_setting_connection_get_num_secondaries
nm_setting_connection_get_secondary ()
const char *
nm_setting_connection_get_secondary (NMSettingConnection *setting,
- guint32 idx);
+ guint32 idx);
Parameters
@@ -1437,7 +1437,7 @@ nm_setting_connection_get_secondary (idx
the zero-based index of the secondary connection UUID entry.
Access one past the length of secondaries is ok and will return
-NULL. Otherwise, it is a user error.
+NULL. Otherwise, it is a user error.
@@ -1447,14 +1447,14 @@ Access one past the length of secondaries is ok and will return
Returns
the secondary connection UUID at index idx
or
-NULL if idx
+NULL if idx
is the number of secondaries.
nm_setting_connection_add_secondary ()
-gboolean
+gboolean
nm_setting_connection_add_secondary (NMSettingConnection *setting,
const char *sec_uuid);
Adds a new secondary connection UUID to the setting.
@@ -1482,7 +1482,7 @@ nm_setting_connection_add_secondary (
@@ -1492,7 +1492,7 @@ was already present
void
nm_setting_connection_remove_secondary
(NMSettingConnection *setting,
- guint32 idx);
+ guint32 idx);
Removes the secondary connection UUID at index idx
.
@@ -1521,7 +1521,7 @@ nm_setting_connection_remove_secondary
nm_setting_connection_remove_secondary_by_value ()
-gboolean
+gboolean
nm_setting_connection_remove_secondary_by_value
(NMSettingConnection *setting,
const char *sec_uuid);
@@ -1551,13 +1551,13 @@ nm_setting_connection_remove_secondary_by_value
nm_setting_connection_get_gateway_ping_timeout ()
-guint32
+guint32
nm_setting_connection_get_gateway_ping_timeout
(NMSettingConnection *setting);
@@ -1772,7 +1772,7 @@ nm_setting_connection_get_mptcp_flags (
nm_setting_connection_get_wait_device_timeout ()
-gint32
+gint32
nm_setting_connection_get_wait_device_timeout
(NMSettingConnection *setting);
@@ -1800,7 +1800,7 @@ the timeout in milliseconds. -1 is the default.
nm_setting_connection_get_wait_activation_delay ()
-gint32
+gint32
nm_setting_connection_get_wait_activation_delay
(NMSettingConnection *setting);
@@ -2359,6 +2359,6 @@ brought down before the system is powered off.
+
Generated by GTK-Doc V1.33.1