summary refs log tree commit diff
path: root/src/libnm-core-impl/nm-setting-match.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
committerMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
commit05e4a733f2141995181a551854d5df929f084adf (patch)
tree83bb937740a6667525ba0df046748ecaa829c269 /src/libnm-core-impl/nm-setting-match.c
parent14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff)
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/libnm-core-impl/nm-setting-match.c')
-rw-r--r--src/libnm-core-impl/nm-setting-match.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libnm-core-impl/nm-setting-match.c b/src/libnm-core-impl/nm-setting-match.c
index f0e9fdf8..0ece65f1 100644
--- a/src/libnm-core-impl/nm-setting-match.c
+++ b/src/libnm-core-impl/nm-setting-match.c
@@ -171,7 +171,7 @@ nm_setting_match_clear_interface_names(NMSettingMatch *setting)
 /**
  * nm_setting_match_get_interface_names:
  * @setting: the #NMSettingMatch
- * @length: (out) (allow-none): the length of the returned interface names array.
+ * @length: (out) (optional): the length of the returned interface names array.
  *
  * Returns all the interface names.
  *
@@ -317,7 +317,7 @@ nm_setting_match_clear_kernel_command_lines(NMSettingMatch *setting)
 /**
  * nm_setting_match_get_kernel_command_lines:
  * @setting: the #NMSettingMatch
- * @length: (out) (allow-none): the length of the returned interface names array.
+ * @length: (out) (optional): the length of the returned interface names array.
  *
  * Returns all the interface names.
  *
@@ -456,7 +456,7 @@ nm_setting_match_clear_drivers(NMSettingMatch *setting)
 /**
  * nm_setting_match_get_drivers:
  * @setting: the #NMSettingMatch
- * @length: (out) (allow-none): the length of the returned interface names array.
+ * @length: (out) (optional): the length of the returned interface names array.
  *
  * Returns all the drivers.
  *
@@ -595,7 +595,7 @@ nm_setting_match_clear_paths(NMSettingMatch *setting)
 /**
  * nm_setting_match_get_paths:
  * @setting: the #NMSettingMatch
- * @length: (out) (allow-none): the length of the returned paths array.
+ * @length: (out) (optional): the length of the returned paths array.
  *
  * Returns all the paths.
  *