libnm-core,shared: fix typo in '(allow-none)' annotation
(cherry picked from commit d19553392b
)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user