From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMSettingConnection.html | 106 +++++++++++++++---------------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 8d79934b..fcbd50b0 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -8,7 +8,7 @@ - + @@ -85,7 +85,7 @@ -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);

Returns the “autoconnect” property of the connection.

@@ -830,7 +830,7 @@ nm_setting_connection_get_multi_connect

nm_setting_connection_get_timestamp ()

-
guint64
+
guint64
 nm_setting_connection_get_timestamp (NMSettingConnection *setting);

Returns the “timestamp” property of the connection.

@@ -856,7 +856,7 @@ nm_setting_connection_get_timestamp (

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.

@@ -880,13 +880,13 @@ nm_setting_connection_get_read_only (

Returns

-

TRUE if the connection is read-only, FALSE if it is not

+

TRUE if the connection is read-only, FALSE if it is not


nm_setting_connection_get_num_permissions ()

-
guint32
+
guint32
 nm_setting_connection_get_num_permissions
                                (NMSettingConnection *setting);

Returns the number of entries in the “permissions” @@ -914,9 +914,9 @@ property of this setting.


nm_setting_connection_get_permission ()

-
gboolean
+
gboolean
 nm_setting_connection_get_permission (NMSettingConnection *setting,
-                                      guint32 idx,
+                                      guint32 idx,
                                       const char **out_ptype,
                                       const char **out_pitem,
                                       const char **out_detail);
@@ -956,7 +956,7 @@ unless the entry is invalid, in which case it returns "invalid".

out_detail

-

on return, the permission detail (at this time, always NULL)

+

on return, the permission detail (at this time, always NULL)

  @@ -964,7 +964,7 @@ unless the entry is invalid, in which case it returns "invalid".

Returns

-

TRUE if a permission was returned, FALSE if idx +

TRUE if a permission was returned, FALSE if idx was invalid

@@ -997,7 +997,7 @@ nm_setting_connection_get_zone (

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

Returns

-

TRUE if the permission was found and removed; FALSE if it was not.

+

TRUE if the permission was found and removed; FALSE if it was not.


@@ -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

+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 (

Returns

-

TRUE if the secondary connection UUID was added; FALSE if the UUID +

TRUE if the secondary connection UUID was added; FALSE if the UUID was already present

@@ -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

Returns

-

TRUE if the secondary connection UUID was found and removed; FALSE if it was not.

+

TRUE if the secondary connection UUID was found and removed; FALSE if it was not.


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
\ No newline at end of file -- cgit 1.3.0-6-gf8a5

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.