mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 16:30:23 +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)
This commit is contained in:
parent
70180b37a3
commit
805adec9ca
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