mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 04:40:09 +01:00
libnm: mark option parameters for nm_setting_wired_get_num_s390_options() as (allow-none)
This commit is contained in:
parent
dccfe1df34
commit
1794d80028
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue