diff options
Diffstat (limited to 'src/libnm-core-impl/nm-setting-wired.c')
| -rw-r--r-- | src/libnm-core-impl/nm-setting-wired.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/libnm-core-impl/nm-setting-wired.c b/src/libnm-core-impl/nm-setting-wired.c index 3acd5d97..1ee16df5 100644 --- a/src/libnm-core-impl/nm-setting-wired.c +++ b/src/libnm-core-impl/nm-setting-wired.c @@ -507,11 +507,12 @@ nm_setting_wired_get_num_s390_options(NMSettingWired *setting) * @setting: the #NMSettingWired * @idx: index of the desired option, from 0 to * nm_setting_wired_get_num_s390_options() - 1 - * @out_key: (allow-none) (out) (transfer none): on return, the key name of the s390 specific - * option; this value is owned by the setting and should not be modified - * @out_value: (allow-none) (out) (transfer none): on return, the value of the key of the - * s390 specific option; this value is owned by the setting and should not be - * modified + * @out_key: (out) (optional) (nullable) (transfer none): on return, the key + * name of the s390 specific option; this value is owned by the setting and + * should not be modified + * @out_value: (out) (optional) (nullable) (transfer none): on return, the value + * of the key of the s390 specific option; this value is owned by the setting + * and should not be modified * * Given an index, return the value of the s390 option at that index. indexes * are *not* guaranteed to be static across modifications to options done by @@ -701,7 +702,7 @@ _nm_setting_wired_clear_s390_options(NMSettingWired *setting) /** * nm_setting_wired_get_valid_s390_options: - * @setting: (allow-none): the #NMSettingWired. This argument is unused + * @setting: (nullable): the #NMSettingWired. This argument is unused * and you may pass %NULL. * * Returns a list of valid s390 options. |