libnm: mark option parameters for nm_setting_wired_get_num_s390_options() as (allow-none)

This commit is contained in:
Thomas Haller 2021-03-15 19:06:55 +01:00
parent dccfe1df34
commit 1794d80028
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -464,9 +464,9 @@ 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: (out) (transfer none): on return, the key name of the s390 specific
* @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: (out) (transfer none): on return, the value of the key of the
* @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
*