mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 07:00:24 +01:00
libnm: fix gtk-doc annotations for nm_setting_match_get_interface_names()
Otherwise the function is not usable via generated bindings. Fixes:9b9dce9486('all: add 'match' setting') (cherry picked from commit180cda7632) (cherry picked from commit805adec9ca) (cherry picked from commitb5a66b88b3)
This commit is contained in:
parent
e0ac524ccc
commit
2630758cb4
1 changed files with 2 additions and 1 deletions
|
|
@ -179,10 +179,11 @@ nm_setting_match_clear_interface_names (NMSettingMatch *setting)
|
|||
/**
|
||||
* nm_setting_match_get_interface_names:
|
||||
* @setting: the #NMSettingMatch
|
||||
* @length: (out): the length of the returned interface names array.
|
||||
*
|
||||
* Returns all the interface names.
|
||||
*
|
||||
* Returns: (transfer none): the configured interface names.
|
||||
* Returns: (transfer none) (array length=length): the configured interface names.
|
||||
*
|
||||
* Since: 1.14
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue