mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 20:20:09 +01:00
libnm: fix type annotation for nm_sriov_vf_get_vlan_ids()
Otherwise, this function cannot really be used via generated bindings. Also, it's the only way to actually retrieve the set vlan-ids, without it, you wouldn't know which ones are set. Fixes:a9b4532fa7('libnm-core: add SR-IOV setting') (cherry picked from commitc4a728217d) (cherry picked from commit49376697c6) (cherry picked from commit2f62e30b7c)
This commit is contained in:
parent
fcc81dece3
commit
a8746f48ca
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ vlan_id_compare (gconstpointer a, gconstpointer b, gpointer user_data)
|
|||
*
|
||||
* Returns the VLANs currently configured on the VF.
|
||||
*
|
||||
* Returns: (transfer none): a list of VLAN ids configured on the VF.
|
||||
* Returns: (transfer none) (array length=length): a list of VLAN ids configured on the VF.
|
||||
*
|
||||
* Since: 1.14
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue