diff options
Diffstat (limited to 'src/libnm-core-impl/nm-setting-match.c')
| -rw-r--r-- | src/libnm-core-impl/nm-setting-match.c | 8 |
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. * |