mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 13:30:19 +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')
This commit is contained in:
parent
fdba9200c0
commit
180cda7632
1 changed files with 2 additions and 1 deletions
|
|
@ -171,10 +171,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