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/NMSettingMatch.html | 66 ++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'docs/libnm/html/NMSettingMatch.html') diff --git a/docs/libnm/html/NMSettingMatch.html b/docs/libnm/html/NMSettingMatch.html index 66d0d823..5c9fdf14 100644 --- a/docs/libnm/html/NMSettingMatch.html +++ b/docs/libnm/html/NMSettingMatch.html @@ -8,7 +8,7 @@ - + @@ -49,7 +49,7 @@ -guint +guint nm_setting_match_get_num_interface_names () @@ -72,7 +72,7 @@ -gboolean +gboolean nm_setting_match_remove_interface_name_by_value () @@ -103,7 +103,7 @@ -guint +guint nm_setting_match_get_num_kernel_command_lines () @@ -126,7 +126,7 @@ -gboolean +gboolean nm_setting_match_remove_kernel_command_line_by_value () @@ -157,7 +157,7 @@ -guint +guint nm_setting_match_get_num_drivers () @@ -180,7 +180,7 @@ -gboolean +gboolean nm_setting_match_remove_driver_by_value () @@ -211,7 +211,7 @@ -guint +guint nm_setting_match_get_num_paths () @@ -234,7 +234,7 @@ -gboolean +gboolean nm_setting_match_remove_path_by_value () @@ -326,7 +326,7 @@ versions since 1.14.


nm_setting_match_get_num_interface_names ()

-
guint
+
guint
 nm_setting_match_get_num_interface_names
                                (NMSettingMatch *setting);
@@ -422,7 +422,7 @@ nm_setting_match_remove_interface_name

nm_setting_match_remove_interface_name_by_value ()

-
gboolean
+
gboolean
 nm_setting_match_remove_interface_name_by_value
                                (NMSettingMatch *setting,
                                 const char *interface_name);
@@ -452,7 +452,7 @@ nm_setting_match_remove_interface_name_by_value

Returns

-

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

+

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

Since: 1.14

@@ -516,7 +516,7 @@ nm_setting_match_clear_interface_names

nm_setting_match_get_interface_names ()

const char *const *
 nm_setting_match_get_interface_names (NMSettingMatch *setting,
-                                      guint *length);
+ guint *length);

Returns all the interface names.

Parameters

@@ -544,7 +544,7 @@ nm_setting_match_get_interface_names (

Returns

the NULL terminated list of configured interface names.

-

Before 1.26, the returned array was not NULL terminated and you MUST provide a length.

+

Before 1.26, the returned array was not NULL terminated and you MUST provide a length.

[transfer none][array length=length]

Since: 1.14

@@ -552,7 +552,7 @@ configured interface names.


nm_setting_match_get_num_kernel_command_lines ()

-
guint
+
guint
 nm_setting_match_get_num_kernel_command_lines
                                (NMSettingMatch *setting);
@@ -582,7 +582,7 @@ nm_setting_match_get_num_kernel_command_lines
const char *
 nm_setting_match_get_kernel_command_line
                                (NMSettingMatch *setting,
-                                guint idx);
+ guint idx);

Since 1.46, access at index "len" is allowed and returns NULL.

Parameters

@@ -619,7 +619,7 @@ nm_setting_match_get_kernel_command_line
void
 nm_setting_match_remove_kernel_command_line
                                (NMSettingMatch *setting,
-                                guint idx);
+ guint idx);

Removes the kernel command line argument at index idx .

@@ -649,7 +649,7 @@ nm_setting_match_remove_kernel_command_line

nm_setting_match_remove_kernel_command_line_by_value ()

-
gboolean
+
gboolean
 nm_setting_match_remove_kernel_command_line_by_value
                                (NMSettingMatch *setting,
                                 const char *kernel_command_line);
@@ -679,7 +679,7 @@ nm_setting_match_remove_kernel_command_line_by_value

Returns

-

TRUE if the kernel command line argument was found and removed; FALSE if it was not.

+

TRUE if the kernel command line argument was found and removed; FALSE if it was not.

Since: 1.26

@@ -745,7 +745,7 @@ nm_setting_match_clear_kernel_command_lines
const char *const *
 nm_setting_match_get_kernel_command_lines
                                (NMSettingMatch *setting,
-                                guint *length);
+ guint *length);

Returns all the interface names.

Parameters

@@ -779,7 +779,7 @@ nm_setting_match_get_kernel_command_lines

nm_setting_match_get_num_drivers ()

-
guint
+
guint
 nm_setting_match_get_num_drivers (NMSettingMatch *setting);

Parameters

@@ -807,7 +807,7 @@ nm_setting_match_get_num_drivers (

nm_setting_match_get_driver ()

const char *
 nm_setting_match_get_driver (NMSettingMatch *setting,
-                             guint idx);
+ guint idx);

Since 1.46, access at index "len" is allowed and returns NULL.

Parameters

@@ -843,7 +843,7 @@ nm_setting_match_get_driver (

nm_setting_match_remove_driver ()

void
 nm_setting_match_remove_driver (NMSettingMatch *setting,
-                                guint idx);
+ guint idx);

Removes the driver at index idx .

@@ -873,7 +873,7 @@ nm_setting_match_remove_driver (

nm_setting_match_remove_driver_by_value ()

-
gboolean
+
gboolean
 nm_setting_match_remove_driver_by_value
                                (NMSettingMatch *setting,
                                 const char *driver);
@@ -903,7 +903,7 @@ nm_setting_match_remove_driver_by_value

Returns

-

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

+

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

Since: 1.26

@@ -966,7 +966,7 @@ nm_setting_match_clear_drivers (

nm_setting_match_get_drivers ()

const char *const *
 nm_setting_match_get_drivers (NMSettingMatch *setting,
-                              guint *length);
+ guint *length);

Returns all the drivers.

Parameters

@@ -1000,7 +1000,7 @@ nm_setting_match_get_drivers (

nm_setting_match_get_num_paths ()

-
guint
+
guint
 nm_setting_match_get_num_paths (NMSettingMatch *setting);

Parameters

@@ -1028,7 +1028,7 @@ nm_setting_match_get_num_paths (

nm_setting_match_get_path ()

const char *
 nm_setting_match_get_path (NMSettingMatch *setting,
-                           guint idx);
+ guint idx);

Since 1.46, access at index "len" is allowed and returns NULL.

Parameters

@@ -1064,7 +1064,7 @@ nm_setting_match_get_path (

nm_setting_match_remove_path ()

void
 nm_setting_match_remove_path (NMSettingMatch *setting,
-                              guint idx);
+ guint idx);

Removes the path at index idx .

@@ -1094,7 +1094,7 @@ nm_setting_match_remove_path (

nm_setting_match_remove_path_by_value ()

-
gboolean
+
gboolean
 nm_setting_match_remove_path_by_value (NMSettingMatch *setting,
                                        const char *path);

Removes path @@ -1123,7 +1123,7 @@ nm_setting_match_remove_path_by_value (

Returns

-

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

+

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

Since: 1.26

@@ -1186,7 +1186,7 @@ nm_setting_match_clear_paths (

nm_setting_match_get_paths ()

const char *const *
 nm_setting_match_get_paths (NMSettingMatch *setting,
-                            guint *length);
+ guint *length);

Returns all the paths.

Parameters

@@ -1252,6 +1252,6 @@ nm_setting_match_get_paths ( -
Generated by GTK-Doc V1.34.0
+
Generated by GTK-Doc V1.33.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5