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/NMSettingWired.html | 94 ++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'docs/libnm/html/NMSettingWired.html') diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index e6e006bd..4efcb874 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -8,7 +8,7 @@ - + @@ -57,7 +57,7 @@ -guint32 +guint32 nm_setting_wired_get_speed () @@ -72,7 +72,7 @@ -gboolean +gboolean nm_setting_wired_get_auto_negotiate () @@ -116,7 +116,7 @@ -guint32 +guint32 nm_setting_wired_get_num_mac_blacklist_items () @@ -131,7 +131,7 @@ -gboolean +gboolean nm_setting_wired_add_mac_blacklist_item () @@ -147,7 +147,7 @@ -gboolean +gboolean nm_setting_wired_remove_mac_blacklist_item_by_value () @@ -170,7 +170,7 @@ -guint32 +guint32 nm_setting_wired_get_num_mac_denylist_items () @@ -185,7 +185,7 @@ -gboolean +gboolean nm_setting_wired_add_mac_denylist_item () @@ -201,7 +201,7 @@ -gboolean +gboolean nm_setting_wired_remove_mac_denylist_item_by_value () @@ -217,7 +217,7 @@ -guint32 +guint32 nm_setting_wired_get_mtu () @@ -239,7 +239,7 @@ -guint32 +guint32 nm_setting_wired_get_num_s390_options () @@ -247,7 +247,7 @@ -gboolean +gboolean nm_setting_wired_get_s390_option () @@ -262,7 +262,7 @@ -gboolean +gboolean nm_setting_wired_add_s390_option () @@ -270,7 +270,7 @@ -gboolean +gboolean nm_setting_wired_remove_s390_option () @@ -436,7 +436,7 @@ nm_setting_wired_get_port (

nm_setting_wired_get_speed ()

-
guint32
+
guint32
 nm_setting_wired_get_speed (NMSettingWired *setting);

Parameters

@@ -486,7 +486,7 @@ nm_setting_wired_get_duplex (

nm_setting_wired_get_auto_negotiate ()

-
gboolean
+
gboolean
 nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);

Parameters

@@ -646,7 +646,7 @@ nm_setting_wired_get_mac_address_blacklist

nm_setting_wired_get_num_mac_blacklist_items ()

-
guint32
+
guint32
 nm_setting_wired_get_num_mac_blacklist_items
                                (NMSettingWired *setting);
@@ -679,7 +679,7 @@ nm_setting_wired_get_num_mac_blacklist_items
const char *
 nm_setting_wired_get_mac_blacklist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

nm_setting_wired_get_mac_blacklist_item has been deprecated since version 1.48. and should not be used in newly-written code.

Use nm_setting_wired_get_mac_denylist_item() instead.

@@ -717,7 +717,7 @@ at index idx

nm_setting_wired_add_mac_blacklist_item ()

-
gboolean
+
gboolean
 nm_setting_wired_add_mac_blacklist_item
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -750,7 +750,7 @@ nm_setting_wired_add_mac_blacklist_item

Returns

-

TRUE if the MAC address was added; FALSE if the MAC address +

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

@@ -760,7 +760,7 @@ is invalid or was already present

void
 nm_setting_wired_remove_mac_blacklist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

nm_setting_wired_remove_mac_blacklist_item has been deprecated since version 1.48. and should not be used in newly-written code.

Use nm_setting_wired_remove_mac_denylist_item() instead.

@@ -793,7 +793,7 @@ nm_setting_wired_remove_mac_blacklist_item

nm_setting_wired_remove_mac_blacklist_item_by_value ()

-
gboolean
+
gboolean
 nm_setting_wired_remove_mac_blacklist_item_by_value
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -828,7 +828,7 @@ the blacklist

Returns

-

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

+

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


@@ -888,7 +888,7 @@ nm_setting_wired_get_mac_address_denylist

nm_setting_wired_get_num_mac_denylist_items ()

-
guint32
+
guint32
 nm_setting_wired_get_num_mac_denylist_items
                                (NMSettingWired *setting);
@@ -918,7 +918,7 @@ nm_setting_wired_get_num_mac_denylist_items
const char *
 nm_setting_wired_get_mac_denylist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

Parameters

@@ -952,7 +952,7 @@ at index idx

nm_setting_wired_add_mac_denylist_item ()

-
gboolean
+
gboolean
 nm_setting_wired_add_mac_denylist_item
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -981,7 +981,7 @@ nm_setting_wired_add_mac_denylist_item

Returns

-

TRUE if the MAC address was added; FALSE if the MAC address +

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

Since: 1.48

@@ -992,7 +992,7 @@ is invalid or was already present

void
 nm_setting_wired_remove_mac_denylist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

Removes the MAC address at index idx from the denylist.

@@ -1022,7 +1022,7 @@ nm_setting_wired_remove_mac_denylist_item

nm_setting_wired_remove_mac_denylist_item_by_value ()

-
gboolean
+
gboolean
 nm_setting_wired_remove_mac_denylist_item_by_value
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -1053,7 +1053,7 @@ the denylist

Returns

-

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

+

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

Since: 1.48

@@ -1084,7 +1084,7 @@ nm_setting_wired_clear_mac_denylist_items

nm_setting_wired_get_mtu ()

-
guint32
+
guint32
 nm_setting_wired_get_mtu (NMSettingWired *setting);

Parameters

@@ -1166,7 +1166,7 @@ of 'qeth', 'lcs', or 'ctc'.


nm_setting_wired_get_num_s390_options ()

-
guint32
+
guint32
 nm_setting_wired_get_num_s390_options (NMSettingWired *setting);

Returns the number of s390-specific options that should be set for this device when it is activated. This can be used to retrieve each s390 @@ -1194,9 +1194,9 @@ option individually using

nm_setting_wired_get_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_get_s390_option (NMSettingWired *setting,
-                                  guint32 idx,
+                                  guint32 idx,
                                   const char **out_key,
                                   const char **out_value);

Given an index, return the value of the s390 option at that index. indexes @@ -1243,8 +1243,8 @@ and should not be modified.

Returns

-

TRUE on success if the index was valid and an option was found, -FALSE if the index was invalid (ie, greater than the number of options +

TRUE on success if the index was valid and an option was found, +FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

@@ -1282,14 +1282,14 @@ nm_setting_wired_get_s390_option_by_key

Returns

-

the value, or NULL if the key/value pair was never added to the +

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified


nm_setting_wired_add_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_add_s390_option (NMSettingWired *setting,
                                   const char *key,
                                   const char *value);
@@ -1326,13 +1326,13 @@ an invalid key gets silently added but renders the profile as invalid.

Returns

-

since 1.32 this always returns TRUE.

+

since 1.32 this always returns TRUE.


nm_setting_wired_remove_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_remove_s390_option (NMSettingWired *setting,
                                      const char *key);

Remove the s390-specific option referenced by key @@ -1362,8 +1362,8 @@ list.

Returns

-

TRUE if the option was found and removed from the internal option -list, FALSE if it was not.

+

TRUE if the option was found and removed from the internal option +list, FALSE if it was not.


@@ -1374,7 +1374,7 @@ nm_setting_wired_get_valid_s390_options (NMSettingWired *setting);

Returns a list of valid s390 options.

The setting - argument is unused and NULL may be passed instead.

+ argument is unused and NULL may be passed instead.

Parameters

@@ -1386,14 +1386,14 @@ nm_setting_wired_get_valid_s390_options +and you may pass NULL.

setting

the NMSettingWired. This argument is unused -and you may pass NULL.

[nullable]

Returns

-

a NULL-terminated array of strings of valid s390 options.

+

a NULL-terminated array of strings of valid s390 options.

[transfer none]

@@ -1449,7 +1449,7 @@ nm_setting_wired_get_wake_on_lan_password

Returns

-

the Wake-on-LAN setting password, or NULL if there is no password.

+

the Wake-on-LAN setting password, or NULL if there is no password.

Since: 1.2

@@ -1661,6 +1661,6 @@ incompatible with other flags

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