libnm-core,shared: fix typo in '(allow-none)' annotation

(cherry picked from commit d19553392b)
This commit is contained in:
Beniamino Galvani
2017-04-27 09:00:55 +02:00
parent 753a2cc4d9
commit 43182c6e79
3 changed files with 3 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ nm_setting_bond_remove_option (NMSettingBond *setting,
/** /**
* nm_setting_bond_get_valid_options: * nm_setting_bond_get_valid_options:
* @setting: (allow none): the #NMSettingBond * @setting: (allow-none): the #NMSettingBond
* *
* Returns a list of valid bond options. * Returns a list of valid bond options.
* *

View File

@@ -565,7 +565,7 @@ nm_setting_wired_remove_s390_option (NMSettingWired *setting,
/** /**
* nm_setting_wired_get_valid_s390_options: * nm_setting_wired_get_valid_s390_options:
* @setting: (allow none): the #NMSettingWired * @setting: (allow-none): the #NMSettingWired
* *
* Returns a list of valid s390 options. * Returns a list of valid s390 options.
* *

View File

@@ -180,7 +180,7 @@ _nm_auto_protect_errno (int *p_saved_errno)
/** /**
* NM_G_ERROR_MSG: * 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 * All functions must follow the convention that when they
* return a failure, they must also set the GError to a valid * return a failure, they must also set the GError to a valid