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 commit 180cda7632)
This commit is contained in:
Thomas Haller 2020-05-06 13:52:27 +02:00
parent 70180b37a3
commit 805adec9ca
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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
**/