mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
libnm: fix missing (allow-none) annotation for nm_setting_bond_validate_option()
This commit is contained in:
parent
608b5f0515
commit
ad0819081d
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ handle_error:
|
||||||
/**
|
/**
|
||||||
* nm_setting_bond_validate_option:
|
* nm_setting_bond_validate_option:
|
||||||
* @name: the name of the option to validate
|
* @name: the name of the option to validate
|
||||||
* @value: the value of the option to validate
|
* @value (allow-none): the value of the option to validate.
|
||||||
*
|
*
|
||||||
* Checks whether @name is a valid bond option and @value is a valid value for
|
* Checks whether @name is a valid bond option and @value is a valid value for
|
||||||
* the @name. If @value is %NULL, the function only validates the option name.
|
* the @name. If @value is %NULL, the function only validates the option name.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue