mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 14:40:21 +01:00
libnm-core,shared: fix typo in '(allow-none)' annotation
(cherry picked from commit d19553392b)
This commit is contained in:
parent
753a2cc4d9
commit
43182c6e79
3 changed files with 3 additions and 3 deletions
|
|
@ -395,7 +395,7 @@ nm_setting_bond_remove_option (NMSettingBond *setting,
|
|||
|
||||
/**
|
||||
* nm_setting_bond_get_valid_options:
|
||||
* @setting: (allow none): the #NMSettingBond
|
||||
* @setting: (allow-none): the #NMSettingBond
|
||||
*
|
||||
* Returns a list of valid bond options.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -565,7 +565,7 @@ nm_setting_wired_remove_s390_option (NMSettingWired *setting,
|
|||
|
||||
/**
|
||||
* nm_setting_wired_get_valid_s390_options:
|
||||
* @setting: (allow none): the #NMSettingWired
|
||||
* @setting: (allow-none): the #NMSettingWired
|
||||
*
|
||||
* Returns a list of valid s390 options.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ _nm_auto_protect_errno (int *p_saved_errno)
|
|||
|
||||
/**
|
||||
* NM_G_ERROR_MSG:
|
||||
* @error: (allow none): the #GError instance
|
||||
* @error: (allow-none): the #GError instance
|
||||
*
|
||||
* All functions must follow the convention that when they
|
||||
* return a failure, they must also set the GError to a valid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue